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.
我想将 Microsoft.Phone.Controls.Maps.Map 从默认道路和标签模式设置为卫星模式。这将如何实现?
在 Windows Phone 7 应用程序中,您可以将Mode属性设置为Aerial或AerialWithLabels获取卫星视图。
Mode
Aerial
AerialWithLabels
在 Windows Phone 8 应用程序中,您拥有该CartographicMode属性(MSDN 上的详细信息)。您可以将其设置为MapCartographicMode枚举值之一(MSDN 上的详细信息) ,可以是:Road、、或。AerialHybridTerrain
CartographicMode
MapCartographicMode
Road
Hybrid
Terrain
I've done a search, and I've found a few results, but none that seem to work - hoping someone can help me or point me in the right direction. I have a web page with jQuery load