Click or drag to resize

Map Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The Map type exposes the following members.

Methods
  NameDescription
Public methodCancelAsync
Cancels a pending asynchronous map request, if there is one.
Public methodContains
Check whether the map contains the given LatLon.
Public methodDispose
Disposes of this Map.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBoundingBox
Gets the BoundingBox of the Map.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMap
Generate an Image of the map using the current Center, Size, and Zoom.
Public methodCode exampleGetMap(Boolean, MapProgress, Boolean)
Generate an Image of the map using the current Center, Size, and Zoom.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLatLontoXY
Convert from a LatLon to an X,Y location on the map.
Public methodSetProperty
Sets internal map parameters.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodXYtoBoundingBox
Gets the BoundingBox of two pixel locations, x1,y1 and x2,y2
Public methodXYtoLatLon
Convert from map X,Y co-ordinates to a LatLon.
Public methodZoomToBoundingBox(BoundingBox, Int32)
Zooms and centers the map to the given BoundingBox.
Public methodZoomToBoundingBox(BoundingBox, MapBuffer)
Zooms and centers the map to the given BoundingBox.
Top
See Also