MapView Methods |
The MapView type exposes the following members.
Name | Description | |
---|---|---|
![]() | CancelSetViewpointOperations | Cancels any pending or currently running SetViewpointAsync operations. (Overrides GeoViewCancelSetViewpointOperations.) |
![]() | DismissCallout |
Dismisses a callout if it's open.
(Inherited from GeoView.) |
![]() | ExportImageAsync |
Creates an image snapshot of the current map view
(Inherited from GeoView.) |
![]() | GetCurrentViewpoint |
Gets the current Viewpoint of the view.
(Inherited from GeoView.) |
![]() | GetLayerViewState |
Gets the LayerViewState for the given layer.
(Inherited from GeoView.) |
![]() | IdentifyGraphicsOverlayAsync(GraphicsOverlay, Point, Double, Boolean) | Initiates an identify operation on the specified graphics overlay which will return the visible topmost graphic. (Inherited from GeoView.) |
![]() | IdentifyGraphicsOverlayAsync(GraphicsOverlay, Point, Double, Boolean, Int64) | Initiates an identify operation on the specified graphics overlay. (Inherited from GeoView.) |
![]() | IdentifyGraphicsOverlaysAsync(Point, Double, Boolean) | Initiate an identify operation on all graphics overlays which will return the single visible topmost graphic per overlay only. (Inherited from GeoView.) |
![]() | IdentifyGraphicsOverlaysAsync(Point, Double, Boolean, Int64) | Initiate an identify operation on all graphics overlays. (Inherited from GeoView.) |
![]() | IdentifyLayerAsync(Layer, Point, Double, Boolean) | Initiates an identify operation on the specified layer which will return the single visible topmost GeoElement only. (Inherited from GeoView.) |
![]() | IdentifyLayerAsync(Layer, Point, Double, Boolean, Int64) | Initiates an identify operation on the specified layer. (Inherited from GeoView.) |
![]() | IdentifyLayerAsync(Layer, Point, Double, Boolean, CancellationToken) | Initiates an identify operation on the specified layer which will return the single visible topmost GeoElement only. (Inherited from GeoView.) |
![]() | IdentifyLayerAsync(Layer, Point, Double, Boolean, Int64, CancellationToken) | Initiates an identify operation on the specified layer. (Inherited from GeoView.) |
![]() | IdentifyLayersAsync(Point, Double, Boolean) | Initiates an identify operation on all layers in the view which will return the single visible topmost GeoElement per layer only. (Inherited from GeoView.) |
![]() | IdentifyLayersAsync(Point, Double, Boolean, Int64) | Initiates an identify operation on all layers in the view. (Inherited from GeoView.) |
![]() | IdentifyLayersAsync(Point, Double, Boolean, CancellationToken) | Initiates an identify operation on all layers in the view which will return the single visible topmost GeoElement per layer only. (Inherited from GeoView.) |
![]() | IdentifyLayersAsync(Point, Double, Boolean, Int64, CancellationToken) | Initiates an identify operation on all layers in the view. (Inherited from GeoView.) |
![]() | LocationToScreen |
Converts a location in map coordinates to a screen coordinate relative to the
upper-left corner of the map.
|
![]() | OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate. (Overrides GeoViewOnApplyTemplate.) |
![]() | OnCreateAutomationPeer | Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Overrides UIElementOnCreateAutomationPeer.) |
![]() | OnTouchMove | Provides class handling for the TouchMove routed event that occurs when a touch moves while inside this element. (Overrides UIElementOnTouchMove(TouchEventArgs).) |
![]() | ScreenToLocation |
Converts a screen point relative to the upper left of the map into a location on the map.
|
![]() | SetBookmarkAsync |
Sets the GeoView's viewpoint with the bookmark's value.
(Inherited from GeoView.) |
![]() | SetViewpoint |
Sets the view to the given Viewpoint location
(Inherited from GeoView.) |
![]() | SetViewpointAsync(Viewpoint) |
Animates the view to the given Viewpoint location
(Inherited from GeoView.) |
![]() | SetViewpointAsync(Viewpoint, TimeSpan) |
Animates the view to the given Viewpoint location
(Inherited from GeoView.) |
![]() | SetViewpointAsync(Viewpoint, TimeSpan, AnimationCurve) |
Animates the view to the given Viewpoint location using the provided animation curve
|
![]() | SetViewpointCenterAsync(MapPoint) |
Centers the view on the provided point.
|
![]() | SetViewpointCenterAsync(Double, Double) |
Centers the view on the provided point.
|
![]() | SetViewpointCenterAsync(MapPoint, Double) |
Centers the view on the provided point and zooms to the provided scale.
|
![]() | SetViewpointCenterAsync(Double, Double, Double) |
Centers the view on the provided point and zooms to the provided scale.
|
![]() | SetViewpointGeometryAsync(Geometry) |
Zooms to the provided geometry.
|
![]() | SetViewpointGeometryAsync(Geometry, Double) |
Zooms to the provided geometry and leaves some padding around the geometry.
|
![]() | SetViewpointRotationAsync |
Sets the rotation angle of the map
|
![]() | SetViewpointScaleAsync |
Zooms to the given scale.
|
![]() | ShowCalloutAt(MapPoint, CalloutDefinition) |
Shows a callout based on a CalloutDefinition at the given location.
(Inherited from GeoView.) |
![]() | ShowCalloutAt(MapPoint, UIElement, Point) |
Shows a callout at the given location with Visual Element as content
(Inherited from GeoView.) |
![]() | ShowCalloutForGeoElement |
Shows a callout for the given GeoElement at an appropriate location for the tap location by snapping to the geometry of the element.
(Inherited from GeoView.) |