Documentation
Getting started
V1 Reverse Geocode
This endpoint search nearest location based on long lat
body
Query parameters
limitintegerOptionalExample:
Limit locations retrieved
5Responses
200
A JSON array of location
application/json
Your requests data
messagestringOptionalExample:
Your status message
SUCCESScodestringOptionalExample:
Your code related to status message
01processed_timenumberOptionalExample:
Your processing time
1.2314400
You have invalid request
application/json
500
Error from our server
application/json
post
/maps/revgeocodeV1 Autocomplete
This endpoint search nearest location based on query text
Query parameters
qstringRequiredExample:
Query string from location
menara+tendeanlngnumberOptionalExample:
Your longitude
106.827205latnumberOptionalExample:
Your latitude
-6.168287limitintegerOptionalExample:
Limit locations retrieved
5Responses
200
A JSON array of address with cluster and subcluster
application/json
Your requests data
messagestringOptionalExample:
Your status message
SUCCESScodestringOptionalExample:
Your code related to status message
01processed_timenumberOptionalExample:
Your processing time
1.2314400
You have invalid request
application/json
500
Error from our server
application/json
get
/maps/autocompleteLast updated