Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

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
IDnumber  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.
countrystring  Required. The country code
countryNamestring  Required. The human readable version of the country
citystring  Required. City
divisionstring  Required. Optional sub-division of a city into sub-areas - the [country,city,location] triplet must be unique
longitudenumber  Required. Longitude in degrees
latitudenumber  Required. Latitude in degrees
distancenumber  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.

Whitebeam release 1.3.36
(loadtime : 113ms)