CustomMapTileDataSource
|
为 MapTileSource提供自定义磁贴的源。 当无法使用 HttpMapTileDataSource 或 LocalMapTileDataSource时,请使用此类。 例如,CustomMapTileDataSource 支持在内存中绘制磁贴并将其作为像素流返回。
|
HttpMapTileDataSource
|
为 MapTileSource提供磁贴的源。 使用 HTTP 或 HTTPS 协议提取磁贴。 请注意,从内部版本 15063 起,本地 URI 不再有效。
|
LocalMapTileDataSource
|
为 MapTileSource提供磁贴的源。 使用本地协议(如 ms-appdata)提取磁贴。
|
MapActualCameraChangedEventArgs
|
提供 ActualCameraChanged 事件的数据。
|
MapActualCameraChangingEventArgs
|
提供 ActualCameraChanging 事件的数据。
|
MapBillboard
|
显示一个图像,该图像相对于 MapBillboard 的 ReferenceCamera 的距离进行缩放和淡化。
|
MapCamera
|
表示用于定义地图视图的相机的位置。
|
MapContextRequestedEventArgs
|
为 MapContextRequested 事件提供事件数据。
|
MapControl
|
表示地球的象征或照片现实地图。
|
MapControlBusinessLandmarkClickEventArgs
|
提供 BusinessLandmarkClick 事件的数据。
|
MapControlBusinessLandmarkPointerEnteredEventArgs
|
提供 BusinessLandmarkPointerEntered 事件的数据。
|
MapControlBusinessLandmarkPointerExitedEventArgs
|
提供 BusinessLandmarkPointerExited 事件的数据。
|
MapControlBusinessLandmarkRightTappedEventArgs
|
提供 BusinessLandmarkRightTapped 事件的数据。
|
MapControlDataHelper
|
提供指示用户已单击业务位置或传输功能的事件。
|
MapControlTransitFeatureClickEventArgs
|
提供 TransitFeatureClick 事件的数据。
|
MapControlTransitFeaturePointerEnteredEventArgs
|
提供 TransitFeaturePointerEntered 事件的数据。
|
MapControlTransitFeaturePointerExitedEventArgs
|
向 TransitFeaturePointerExited 事件提供数据。
|
MapControlTransitFeatureRightTappedEventArgs
|
提供 TransitFeatureRightTapped 事件的数据。
|
MapCustomExperience
|
表示 MapControl的自定义体验。
|
MapCustomExperienceChangedEventArgs
|
提供 CustomExperienceChanged 事件的数据。
|
MapElement
|
表示 MapControl上显示的元素。
|
MapElement3D
|
表示 MapControl上显示的 3D 元素。
|
MapElementClickEventArgs
|
提供 MapElementClick 事件的数据。
|
MapElementPointerEnteredEventArgs
|
提供 MapElementPointerEntered 事件的数据。
|
MapElementPointerExitedEventArgs
|
提供 MapElementPointerExited 事件的数据。
|
MapElementsLayer
|
表示映射元素的集合,你可以将数据绑定并独立于其他地图元素进行操作。
|
MapElementsLayerClickEventArgs
|
提供 MapElementClick 事件的数据。
|
MapElementsLayerContextRequestedEventArgs
|
为 MapContextRequested 事件提供事件数据。
|
MapElementsLayerPointerEnteredEventArgs
|
提供 MapElementPointerEntered 事件的数据。
|
MapElementsLayerPointerExitedEventArgs
|
提供 MapElementPointerExited 事件的数据。
|
MapIcon
|
在 MapControl上显示带有可选文本的图钉等图像。 使用默认映像或提供自定义映像。
|
MapInputEventArgs
|
提供有关 MapTapped、MapDoubleTapped以及 MapControlMapHolding 事件的数据。
|
MapItemsControl
|
包含要显示在 MapControl上的 XAML 控件的集合。
|
MapLayer
|
表示地图数据的集合,你可以将数据绑定到其中,并独立于其他地图类型的地图数据进行操作。
|
MapModel3D
|
表示要在地图上显示的 3D 对象。 MapModel3D 主要用于 MapElement3D。
|
MapPolygon
|
表示 MapControl上的多边形。
|
MapPolyline
|
表示 MapControl上的折线。
|
MapRightTappedEventArgs
|
提供 MapRightTapped 事件的数据。
|
MapRouteView
|
在 MapControl上显示 MapRoute。
|
MapScene
|
表示地图的视图。
|
MapStyleSheet
|
表示一组规则,这些规则在 地图控件中定义地图的样式。 此类提供以下方法:
- 检索常见的基本地图样式。
- 通过 ParseFromJson 和 TryParseFromJson加载自定义工作表。 若要详细了解 JSON 样式表,请参阅 映射样式表参考。
- 使用 Combine 方法合并多个工作表,其中后面的工作表替代了早期工作表。 通常,通用基本地图样式与自定义 JSON 组合在一起,以创建自定义地图样式。
|
MapStyleSheetEntries
|
提供地图样式表中支持的 JavaScript 对象表示法 (JSON) 样式项的名称。
|
MapStyleSheetEntryStates
|
提供地图样式表支持的样式输入状态的名称。 这些状态映射到地图样式表中定义的特定于状态的样式。
|
MapTargetCameraChangedEventArgs
|
提供 TargetCameraChanged 事件的数据。
|
MapTileBitmapRequest
|
表示 CustomMapTileDataSource磁贴的位图请求。
|
MapTileBitmapRequestDeferral
|
表示应用可用于异步响应磁贴的位图请求的延迟。
|
MapTileBitmapRequestedEventArgs
|
提供 CustomMapTileDataSource.BitmapRequested 事件的数据。
|
MapTileDataSource
|
为 MapTileSource提供磁贴的源。 此类充当 HttpMapTileDataSource、LocalMapTileDataSource和 CustomMapTileDataSource的基类。
|
MapTileSource
|
表示要覆盖在 MapControl上的磁贴的源。
|
MapTileUriRequest
|
表示 HttpMapTileDataSource 或 LocalMapTileDataSource的磁贴的 URI 请求。
|
MapTileUriRequestDeferral
|
表示应用可用于异步响应磁贴 URI 请求的延迟。
|
MapTileUriRequestedEventArgs
|
提供 HttpMapTileDataSource.UriRequested 事件和 LocalMapTileDataSource.UriRequested 事件的数据。
|
StreetsideExperience
|
表示提供地理位置街道级别视图的自定义地图体验。
|
StreetsidePanorama
|
表示地理位置的全景视图(从街道级别的角度)。
|