Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计算路线并观察用户的当前位置,当它开始移动时,我想沿行进方向旋转地图。我怎样才能做到这一点?
提前致谢!对不起我的英语不好^^
您可以从字面上将 RotateTransform 应用于地图控件并使用指南针传感器(磁力计)来获取行进方向。
http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202974(v=vs.105).aspx
请阅读上述链接的“确定指南针方向模式”部分。