Map Methods |
The Map type exposes the following members.
Name | Description | |
---|---|---|
CancelAsync |
Cancels a pending asynchronous map request, if there is one.
| |
Contains |
Check whether the map contains the given LatLon.
| |
Dispose |
Disposes of this Map.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetBoundingBox |
Gets the BoundingBox of the Map.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetMap | ||
GetMap(Boolean, MapProgress, Boolean) | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LatLontoXY |
Convert from a LatLon to an X,Y location on the map.
| |
SetProperty |
Sets internal map parameters.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
XYtoBoundingBox |
Gets the BoundingBox of two pixel locations, x1,y1 and x2,y2
| |
XYtoLatLon |
Convert from map X,Y co-ordinates to a LatLon.
| |
ZoomToBoundingBox(BoundingBox, Int32) |
Zooms and centers the map to the given BoundingBox.
| |
ZoomToBoundingBox(BoundingBox, MapBuffer) |
Zooms and centers the map to the given BoundingBox.
|