what i want is to launch native map application on button click in my winRT application using C# and XAML. Is it possible?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Protocol activation is the key, LaunchURIAsync is the API.
Take a look at the Association Launching sample for code, and for maps in particular here is the URI Scheme that shows how you can launch the app into various different modes and experiences.