Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

Poi

The Poi class represent a specific poi information.


Summary
The Poi class represent a specific poi information.
The Poi constructor; Creates a new Poi instance by a separate poi fields.
The id of the poi.
Poi's title.
Poi's description.
Poi's address (String).
The category id.
The category type.
The category usage.
The category mininum zoom level.
The category name.
Poi's location (Location object).
Poi's media (Media object).
Poi's geometry (Geometry object).
Custum field number 1.
Custum field number 2.
Custum field number 3.

Constructors

Poi

Poi( string id
string title
string description
string address
string categoryId
string categoryType
string categoryUsage
string categoryMinZoomLevel
string categoryName
Location location
Media media
Geometry geometry
string field1
string field2
string field3)

The Poi constructor; Creates a new Poi instance by a separate poi fields.

Parameters

idPoi's id.
titlePoi's title.
descriptionPoi's description.
addressPoi's address (String).
categoryIdThe category id.
categoryTypeThe category type.
categoryUsageThe category usage.
categoryMinZoomLevelThe category mininum zoom level.
categoryNameThe category name.
locationPoi's location (Location object).
mediaPoi's media (Media object).
geometryPoi's geometry (Geometry object).
field1Custum field number 1.
field2Custum field number 2.
field3Custum field number 3.

Properties

id

string id

Poi's id. 

title

string title

Poi's title. 

description

string description

Poi's description. 

address

string address

Poi's address. 

categoryId

string categoryId

The category id. 

categoryType

string categoryType

The category type. 

categoryUsage

string categoryUsage

The category usage.. 

categoryMinZoomLevel

string categoryMinZoomLevel

The category mininum zoom level. 

categoryName

string categoryName

The category name. 

location

Location location

Poi's location (Location object). 

media

Media media

Poi's media (Media object). 

geometry

Geometry geometry

Poi's geometry (Geometry object). 

field1

string field1

Custum field number 1. 

field2

string field2

Custum field number 2. 

field3

string field3

Custum field number 3. 

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.