what i want is to launch native map application on button click in my winRT application using C# and XAML. Is it possible?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
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.