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.
如何在 Windows Phone 8 中按需显示给定坐标的地图?
在 xaml 中制作这样的地图..
<maps:Map x:Name="map" HorizontalAlignment="Left" VerticalAlignment="Top" Height="600" Width="480"/>
然后在代码中编写
map.Center = new GeoCoordinate(26, 72); map.ZoomLevel = 15;