/
GEOLOCATION.URI_ADDRESS_SCHEME CODES

GEOLOCATION.URI_ADDRESS_SCHEME CODES

GEOLOCATION URI CODES are used to define the scheme based on a postal address for building a valid URI to access the map display service of each available provider 

Property

Value

Comments

Property

Value

Comments

ID_STANDARD_CODE

"#GEOLOCATION.URI_ADDRESS_SCHEME"

Constant value to identify GEOLOCATION URI SCHEME codes

ID_CODE

i.e. GOOGLE

Must be one of the GEOLOCATION.PROVIDER CODES

ID_LANGUAGE

2 letter ISO language code

It is not necessary nor recommended to define different language for the GEOLOCATION.URI_ADDRESS_SCHEME CODES since they are only a template for generating an URI, which is language independent.

CODE_DESCRIPTION

 Scheme of the URI to display a map.

E.g.http://maps.google.com/maps?q={ADDRESS}

The schema of the URL must include at least the following place holders:

  • {ADDRESS} : To be replaced by the postal address



AVAILABLE CODE VALUES

Values stored under the “#GEOLOCATION.URI_ADDRESS_SCHEME” standard code:

ID_CODE

CODE_DESCRIPTION

ID_CODE

CODE_DESCRIPTION

GOOGLE

https://maps.google.com/maps?q={ADDRESS}

APPLE

https://maps.apple.com/?address={ADDRESS}&z=10&t=s

OPENSTREET

https://www.openstreetmap.org/search?query={ADDRESS}

BAIDU

https://maps.baidu.com/search/{ADDRESS}&l&vt=map



Related content