Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

Media

The Media class represent a specific media information.


Summary
The Media class represent a specific media information.
The Media constructor; Creates a new Media instance by a separate media fields.
The id of the media.
The time of the media.
The local time of the media.
The url of the media.
The thumbnail url of the media.

Constructors

Media

Media( string id
timestamp time
timestamp localTime
string url
string thumbUrl)

The Media constructor; Creates a new Media instance by a separate media fields.

Parameters

idThe id of the media.
timeThe time of the media.
localTimeThe local time of the media.
urlThe url of the media.
thumbUrlThe thumbnail url of the media.

Properties

id

string id

The id of the media. 

time

timestamp time

The time of the media. 

localTime

timestamp localTime

The local time of the media. 

url

string url

The url of the media. 

thumbUrl

string thumbUrl

The thumbnail url of the media. 

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.