Properties | |
MapRegion | Region[get, set] |
Gets or sets the region of the map. More... | |
Coordinates | CornerA[get, set] |
Gets or sets the upper left geographic coordinates of the map. More... | |
Coordinates | CornerB[get, set] |
Gets or sets the lower right geographic coordinates of the map. More... | |
Coordinates | Center[get, set] |
Gets or sets the center of the map as geographic coordinates. More... | |
int | Width[get, set] |
Gets or sets the image width of the map in pixels. More... | |
int | Height[get, set] |
Gets or sets the image height of the map in pixels. More... | |
List< Layer > | Layers[get, set] |
Gets or sets the layers of the map where each layer contains the byte buffer or base64 hex string of the image. More... | |
List< MapGroupInfo > | Groups[get, set] |
Gets or sets the collection of groups that points have been clustered in. More... | |
List< MapPointInfo > | Points[get, set] |
Gets or sets the collection of points along with their associated information. More... | |
Represents a rendered map and all associated information.
| getset |
Gets or sets the region of the map.
| getset |
Gets or sets the upper left geographic coordinates of the map.
| getset |
Gets or sets the lower right geographic coordinates of the map.
| getset |
Gets or sets the center of the map as geographic coordinates.
| getset |
Gets or sets the image width of the map in pixels.
| getset |
Gets or sets the image height of the map in pixels.
| getset |
Gets or sets the layers of the map where each layer contains the byte buffer or base64 hex string of the image.
The layers may contain the map image, the points image or legend images.
| getset |
Gets or sets the collection of groups that points have been clustered in.
In MapSettings if no PinCategory was supplied for the PinCategories, then no groups will be returned.
| getset |
Gets or sets the collection of points along with their associated information.