Geolocation
API | Description |
---|---|
GET v1/Suggestion?q={q}&capakey={capakey}&poi={poi}&c={c} |
Provides auto-completion functionality for a free form single search line. |
GET v1/Location?q={q}&latlon={latlon}&xy={xy}&capakey={capakey}&poi={poi}&c={c} |
Geocoding provides the location of an address. Reverse geocoding provides the closest address based on a given location. |
GeolocationV2
API | Description |
---|---|
GET v2/Suggestion?q={q}&capakey={capakey}&poi={poi}&c={c} |
Provides auto-completion functionality for a free form single search line. |
GET v2/Location?q={q}&latlon={latlon}&xy={xy}&capakey={capakey}&poi={poi}&c={c} |
Geocoding provides the location of an address. Reverse geocoding provides the closest address based on a given location. |
GeolocationV3
API | Description |
---|---|
GET v3/Suggestion?q={q}&poi={poi}&c={c} |
Provides auto-completion functionality for a free form single search line. |
GET v3/Location?q={q}&latlon={latlon}&xy={xy}&poi={poi}&c={c} |
Geocoding provides the location of an address. Reverse geocoding provides the closest address based on a given location. |
GeolocationV4
API | Description |
---|---|
GET v4/Suggestion?q={q}&c={c} |
Provides auto-completion functionality for a free form single search line. |
GET v4/Location?q={q}&latlon={latlon}&xy={xy}&type={type}&c={c} |
Geocoding provides the location of an address. Reverse geocoding provides the closest address based on a given location. |
GET geolocation/Suggestion?q={q}&c={c} |
Provides auto-completion functionality for a free form single search line. |
GET geolocation/Location?q={q}&latlon={latlon}&xy={xy}&type={type}&c={c} |
Geocoding provides the location of an address. Reverse geocoding provides the closest address based on a given location. |