MapsTask.Show Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Shows the Maps application centered at the location specified with the Center property or at the user’s current location. If SearchTerm is set, locations matching the search term are tagged on the map.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
You must set the center location, a search term, or both before calling Show. Calling Show without setting either of these values will throw an InvalidOperationException.
The Bing Maps application will not be launched if the device is in a location where it is not supported. Instead, a dialog will be displayed to the user indicating that Maps is unavailable in their location.
This method may throw one of the following exceptions.
InvalidOperationException | Center and SearchTerm cannot both be empty. |