Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

Geometry

The Geometry class represent a specific geometry information.


Summary
The Geometry class represent a specific geometry information.
The Geometry constructor; Creates a new Geometry instance by a separate geometry fields.
The id of the geometry.
The geometry type (POLYGON, POLYLINE, CIRCLE).
The coordinates of the geometry (only supported LatLong).
The geometry line width.
The geometry line color.
The geometry fill color.

Constructors

Geometry

Geometry( string id
string geometryType
string coordinates
string lineStyleWidth
string lineStyleColor
string fillStyleColor)

The Geometry constructor; Creates a new Geometry instance by a separate geometry fields.

Parameters

idThe id of the geometry.
geometryTypeThe geometry type (POLYGON, POLYLINE, CIRCLE).
coordinatesThe coordinates of the geometry (only supported LatLong).
lineStyleWidthThe geometry line width.
lineStyleColorThe geometry line color.
fillStyleColorThe geometry fill color.

Properties

id

string id

The id of the geometry. 

geometryType

string geometryType

The geometry type (POLYGON, POLYLINE, CIRCLE). 

coordinates

string coordinates

The coordinates of the geometry (only supported LatLong). 

lineStyleWidth

string lineStyleWidth

The geometry line width. 

lineStyleColor

string lineStyleColor

The geometry line color. 

fillStyleColor

string fillStyleColor

The geometry fill color. 

Address(string fullAddress)
The Address constructor; Creates a new Address instance by a full address value.
This is the base class of the provided coordinates classes.