|
Whitebeam Template Reference Documentation
|
rb.city.cityLocation
Result of mapping a country/city code to a physical location
Elements
The rb.city.cityLocation struct has 8 elements:
Name | Type/Value | Range/Length | Description | ID | number | | Required. A 'temporary' ID for this specific city record. The ID is intended to be used for short term lookups. The ID will change if the city database is reloaded. Use
this ID on a web-page to send a quick reference to a selected city back to the browser. | country | string | | Required. The country code | countryName | string | | Required. The human readable version of the country | city | string | | Required. City | division | string | | Required. Optional sub-division of a city into sub-areas - the [country,city,location] triplet must be unique | longitude | number | | Required. Longitude in degrees | latitude | number | | Required. Latitude in degrees | distance | number | | Optional. Read-only and returned in searches when a longitude/latitude value is included in the search. The value is the distance in miles from that location of this city. |
|
|
(loadtime : 92ms) |