Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

Category

The Category class represent a specific category information.


Summary
The Category class represent a specific category information.
The Category constructor; Creates a new Category instance by a separate category fields.
The id of the category.
The category's type.
The category's usage.
The minimum zoom level for the category.
The category's name.
The Media of the category.

Constructors

Category

Category( string id
string categoryType
string usage
string minZoomLevel
string name
Media media)

The Category constructor; Creates a new Category instance by a separate category fields.

Parameters

idThe id of the category.
categoryTypeThe category's type.
usageThe category's usage.
minZoomLevelThe minimum zoom level for the category.
nameThe category's name.
mediaThe Media of the category.

Properties

id

string id

The id of the category. 

categoryType

string categoryType

The category's type. 

usage

string usage

The category's usage. 

minZoomLevel

string minZoomLevel

The minimum zoom level for the category. 

name

string name

The category's name. 

media

Media media

The Media of the category. 

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.