IMapPolygonDataObject

Type interface

Defines interface for a map polygon object.

Inheritance

IMapPolygonDataObject does not extend any other symbol.

IMapPolygonDataObject is not extended by any other symbol.

Properties

geoPolygon
#

Type Array < Array < IGeoPoint > >

Single polygon information in lat/long geo-coordinates.

id
#

Type string

A unique id of the object.

madeFromGeoData
#

Type boolean

flag indicating whether this data item was created from geo data

multiGeoPolygon
#

Type Array < Array < Array < IGeoPoint > > >

Multi-part polygon information in lat/long geo-coordinates.

multiPolygon
#

Type Array < Array < Array < ... > > >

Multi-part polygon information in X/Y coordinates.

polygon
#

Type Array < Array < ... > >

Single polygon information in X/Y coordinates.

value
#

Type number

Numeric value for heat-map scenarios.