OverviewMapView Methods | 
The OverviewMapView type exposes the following members.
| Name | Description | |
|---|---|---|
| InitializeComponent | 
            InitializeComponent
              (Inherited from MapView.) | |
| ReceiveWeakEvent |  Receives events from the centralized event manager.   | |
| SetEnvelope(MapRectangle, Boolean) |  Sets the visible map section to a bounding box, so the box is contained in the map section.   (Inherited from MapView.) | |
| SetEnvelope(MapRectangle, Boolean, Double) |  Sets the visible map section to a bounding box, so the box is contained in the map section.   (Inherited from MapView.) | |
| SetXYZ(Double, Double, Double, Boolean) |  Positions the map to a center and zoom factor.   (Inherited from MapView.) | |
| SetXYZ(Double, Double, Double, Boolean, Boolean) |  Positions the map to a center and zoom factor.   (Inherited from MapView.) | |
| SetZoom |  Sets the level of detail according to the standard tiling scheme.   (Inherited from MapView.) | |
| UpdateOverviewMap |  Updates the overview map.   | |
| UpdateRect |  Updates the rectangle showing the currently visible part of the parent map.   | |
| ZoomAround |  Zooms around a point.   (Inherited from MapView.) | 
| Name | Description | |
|---|---|---|
| CanvasToPtvMercator(UIElement, Double) | Overloaded.    Conversion of a pixel distance into a Mercator distance.   (Defined by WgsExtensions.) | |
| CanvasToPtvMercator(UIElement, Point) | Overloaded.    Conversion of a pixel coordinate into a PTV-internal Mercator format.   (Defined by WgsExtensions.) | |
| CanvasToPtvMercator(UIElement, MapRectangle) | Overloaded.    Conversion of a rectangle containing pixel coordinates into a PTV-internal Mercator format.   (Defined by WgsExtensions.) | |
| CanvasToPtvMercator(UIElement, IEnumerablePoint) | Overloaded.    Conversion of multiple pixel coordinates into a PTV-internal Mercator format.   (Defined by WgsExtensions.) | |
| CanvasToWgs |  Conversion of a pixel coordinate into WGS format.   (Defined by WgsExtensions.) | |
| FindRelativeT |  Finds an object of type T for a framework element which is somewhere in the visual tree.   (Defined by MapElementExtensions.) | |
| GetCurrentEnvelopePtvMercator |  Gets the bounding box of the visible map section while the map is in animation mode.   (Defined by WgsExtensions.) | |
| PtvMercatorToCanvas |  Conversion of a PTV-internal Mercator coordinate into pixel coordinates.   (Defined by WgsExtensions.) | |
| ToJson |  Converts an object to a JSON string representation.   (Defined by JSONWriter.) | |
| WgsToCanvas |  Conversion of a WGS coordinate into pixel format.   (Defined by WgsExtensions.) |