Below is a sample code snippet that demonstrates how to launch the Maps Application in Windows Phone 8 programmatically using C#.
How to Launch Map Application in Windows Phone 8 using C#?
MapsTask task = new MapsTask(); task.Show();
Below is a sample code snippet that demonstrates how to launch the Maps Application in Windows Phone 8 programmatically using C#.
MapsTask task = new MapsTask(); task.Show();
Leave a Reply