Classes
class TLocation
TLocation provides a location information in the map. This class has no constructor since it is only returned as a result of a call to the TMapService class. This class should never be instantiated in any other way.
Properties
| Property | Type | Description |
|---|---|---|
| position | TLatLon | The lat,lon coordinator of the location. |
| address | String | The address of the locaiton. |
| city | String | The city information of the location. |
| state | String | The state information of the location. |
| country | String | The country information of the location. |