v1

latestSwagger 2.0LGPL license V3.2026-07-136979.5 KB
reversegeocoding

Reverse geocode an address

The Reverse geocoding service allows to search for an address for a given GPS position.

get/reversegeocoding/reversegeocode

Query parameters

latnumber double required

The latitude (north-south) for the location point to search around. The value is a floating number, between -90 and +90. It uses GPS coordinates

lngnumber double required

TThe longitude (east-West) for the location point to search around. The value is a floating number between -180 and +180. It uses GPS coordinates.

format'XML' | 'JSON' | 'PHP' | 'RUBY' | 'PYTHON' | 'YAML'

The output format.

frominteger

The first pagination index. Numbered from 1. If the number is < 1 or not specified, it will be set to the default value : 1

tointeger

The last pagination index. if < 1 or not specified, it will be set to startindex + 10. Max = 10 (can be changed)

callbackstring

The callback method name (optional), use to wrap the content into a (alphanumeric) Javascript method. Works only for script output formats (JSON, PHP, Ruby, Python)

indentboolean

indents the results. Possible values are true or false (or on when used with the rest service. If you use a checkbox in a web form, to indent the results, the value will be 'on' or 'off', so for a simple use : the value of indent can be 'true' or 'on'

Response

Sucessfully processed

messagestring

a message

numFoundinteger

how many result found

QTimeinteger

how long the query took