共用方式為


MapManager 類別

定義

顯示UI,讓使用者下載地圖以供離線使用,或更新先前下載的地圖。

public ref class MapManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MapManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class MapManager
Public Class MapManager
繼承
Object Platform::Object IInspectable MapManager
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

注意

每當任何在裝置上執行的應用程式使用 MapControl 時,離線地圖下載就會停止。

重要

Bing 地圖服務企業版服務淘汰

來自 Windows.Services.Maps 命名空間的 UWP MapControl 和地圖服務依賴 Bing 地圖服務。 Bing Enterprise 地圖服務已被取代,且將會淘汰,此時 MapControl 和服務將不再接收數據。

如需詳細資訊,請參閱 Bing 地圖服務開發人員中心Bing 地圖服務檔

您的應用程式必須先經過驗證,才能使用 Windows.Services.Maps 命名空間中的 MapControl 和地圖服務。 若要驗證您的應用程式,您必須指定地圖驗證金鑰。

請參閱 要求地圖驗證金鑰

方法

ShowDownloadedMapsUI()

顯示UI,讓使用者下載地圖以供離線使用。

ShowMapsUpdateUI()

顯示UI,讓使用者更新先前下載以供離線使用的地圖。

適用於

另請參閱