MapManager
MapManager
MapManager
MapManager
Class
Definition
Displays the UI that lets users download maps for offline use, or update maps that were previously downloaded.
public : static class MapManagerpublic static class MapManagerPublic Static Class MapManager// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Note
Offline map downloads stop whenever a MapControl is used in any app that's running on the device.
Your Universal Windows app must be authenticated before it can use the MapControl and map services in the Windows.Services.Maps namespace. To authenticate your app, you must specify a maps authentication key.
See Request a maps authentication key.
Methods
ShowDownloadedMapsUI() ShowDownloadedMapsUI() ShowDownloadedMapsUI() ShowDownloadedMapsUI()
Displays the UI that lets users download maps for offline use.
public : static void ShowDownloadedMapsUI()public static void ShowDownloadedMapsUI()Public Static Function ShowDownloadedMapsUI() As void// This API is not available in Javascript.
Remarks
Note
Offline map downloads stop whenever a MapControl is used in any app that's running on the device.
- See Also
ShowMapsUpdateUI() ShowMapsUpdateUI() ShowMapsUpdateUI() ShowMapsUpdateUI()
Displays the UI that lets users update maps that were previously downloaded for offline use.
public : static void ShowMapsUpdateUI()public static void ShowMapsUpdateUI()Public Static Function ShowMapsUpdateUI() As void// This API is not available in Javascript.
Remarks
See the remarks section of the ShowDownloadedMapsUI method.
- See Also