Bing Maps Silverlight コントロールを使用する Windows Phone 7 アプリがあります。移動方向を示す画鋲を地図上に配置する方法を誰か提案できますか?
現在、現在の場所を示すために赤い点を使用しています。
<maps:MapLayer x:Name="LocationLayer">
<maps:Pushpin Style="{StaticResource CurrentLocationPushpinStyle}"
Location="{Binding CurrentLocation}" />
</maps:MapLayer>
CurrentLocation は位置変更イベントで更新されます。
私が達成したいのは、移動の方向が変わると継続的に更新される移動の方向 (e.Position.Location.Course) を指す矢印です。