geocoding api
geocode a query
format of the response. One of 'json', 'xml' or 'map'. Note that only JSON is supported right now.
Type: string
Potential values: json
string or lat,lng to be geocoded.
Type: string
when true we attempt to abbreviate the formatted field in the response.
Type: boolean
if true the request is included in the response.
Type: boolean
four coordinate points forming the south-west and north-east corners of a bounding box (min long, min lat, max long, max lat).
Type: string
two letter code ISO 3166-1 Alpha 2 code to limit results to that country.
Type: string
an IETF format language code (ex: 'es' or 'pt-BR').
Type: string
maximum number of results to return. Default is 10. Maximum is 100.
Type: integer
integer from 1-10. Only results with at least this confidence are returned.
Type: integer
when true annotations are not added to results.
Type: boolean
when true results are not deduplicated.
Type: boolean
when true query content is not logged.
Type: boolean