post https://cp.gazoop.com/public_api/addresses.json
This allows you to search addresses using the fleet configuration.
What is "text" in the results?
Text is the category of the result, these are subject to change. These could be for example "Airports", "Postcodes", "Google Places", "Foursquare", "Fleet Points of Interests".
What is the val value?
The "val" is broken up as follows:
(2 Char KeyType)-(Data)
Below are the current two char key types:
Key Code | Key Description |
---|---|
LL | LatLang - this will return a result of (lat)|(lang)|(text) for example: 51.150837|-0.177416|London Gatwick Airport |
AI | Airport LatLang - this will return a result of (lat)|(lang)|(airportIATA)|(text) for example: 51.150837|-0.177416|LGW|LGW - London Gatwick Airport |
GP | Google Places ID - This will return a single data code of the place ID only. For example: GP-ChIJ8Zq7csoLdkgRtBUq3Lh45JM When a value is selected, you must complete an API call to Google Maps to obtain the lat lang information required. |