How to run my own map app in winRT xaml app?

I want to start my own map app on button click in my winRT app using C # and XAML. Is it possible?

+3


source to share


1 answer


Protocol activation is the key, LaunchURIAsync is the API.



Take a look at the Association Launch Code Sample , and for maps in particular, there is a URI Scheme that shows how you can launch your application in different modes and events.

+3


source







All Articles