|
Whitebeam Template Reference Documentation
|
rb.postcode.location
Result of mapping a post code to a physical location
Elements
The rb.postcode.location struct has 7 elements:
Name | Type/Value | Range/Length | Description | eastings | number | | Optional. Metres East from the logical origin for this domain. Some domains may not have
grid references. The US ZIP code database for example specifies location directly
in longitude/latitude pairs. | northings | number | | Optional. Metres North from the logical origin for this domain | longitude | number | | Required. Longitude in degrees | latitude | number | | Required. Latitude in degrees | postcode | string | | Required. Post code | domain | string | | Required. Post code domain - eg UK or US | source | string | | Required. Source of postcode data - used to identify where the data came from. In most cases there
would probably be a 1-1 mapping between domain and source. There are exceptions. The UK
domain, for example, pulls data from the Great Britain and the Northern Ireland ordnance survey
organisations. They share the same post-code address space but each has a different
grid system and logical origin. |
|
|
(loadtime : 89ms) |