IMap Methods |
The IMap type exposes the following members.
Name | Description | |
---|---|---|
CancelAsync |
Cancels the asynchronous map fetch underway, if any.
| |
Contains |
Check whether the LatLon co-ordinates
lie within this IMap.
| |
GetBoundingBox |
Gets the BoundingBox of the IMap object
| |
GetMap |
Generate a map synchronously using current Center, Size and Zoom.
| |
GetMap(Boolean, MapProgress, Boolean) |
Generate a map using current Center, Size and Zoom.
| |
LatLontoXY |
Convert from a LatLon to a pixel X,Y location on the map.
| |
XYtoBoundingBox |
Gets the BoundingBox of two pixel locations, x1,y1 and x2,y2.
| |
XYtoLatLon |
Gets the LatLon of a point on the map given by x & y co-ordinates.
| |
ZoomToBoundingBox(BoundingBox, Int32) |
Zooms the map and centers on the given BoundingBox.
| |
ZoomToBoundingBox(BoundingBox, MapBuffer) |
Zooms the map to display the specified bounding box with a separate buffer on each side.
|