RenderedMap Class Reference

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< LayerLayers[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< MapGroupInfoGroups[get, set]
 Gets or sets the collection of groups that points have been clustered in. More...
 
List< MapPointInfoPoints[get, set]
 Gets or sets the collection of points along with their associated information. More...
 

Detailed Description

Represents a rendered map and all associated information.

Property Documentation

◆ Region

MapRegion Region
getset

Gets or sets the region of the map.

◆ CornerA

Coordinates CornerA
getset

Gets or sets the upper left geographic coordinates of the map.

◆ CornerB

Coordinates CornerB
getset

Gets or sets the lower right geographic coordinates of the map.

◆ Center

Coordinates Center
getset

Gets or sets the center of the map as geographic coordinates.

◆ Width

int Width
getset

Gets or sets the image width of the map in pixels.

◆ Height

int Height
getset

Gets or sets the image height of the map in pixels.

◆ Layers

List<Layer> Layers
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.

◆ Groups

List<MapGroupInfo> Groups
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.

◆ Points

List<MapPointInfo> Points
getset

Gets or sets the collection of points along with their associated information.