Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

Location

The Location class represent a specific location information.


Summary
The Location class represent a specific location information.
The Location constructor; Creates a new location instance by a separate location fields.
The id of the location.
The location's LatLong object.
The time of the location.
The local time of the location.
The time ago text of the location.

Constructors

Location

Location( string id
LatLong latLong
timestamp time
timestamp localTime
string timeAgoText)

The Location constructor; Creates a new Location instance by a separate location fields.

Parameters

idThe id of the location.
latLongThe location's LatLong object.
timeThe time of the location.
localTimeThe local time of the location.
timeAgoTextThe time ago text of the location.

Properties

id

string id

The id of the location. 

latLong

LatLong latLong

The location's LatLong object. 

time

timestamp time

The time of the location. 

localTime

timestamp localTime

The local time of the location. 

timeAgoText

string timeAgoText

The time ago text of the location. 

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.