Parameters
Parameter: | Required: | Type: | Description: | Default: | Examples: |
c | Required | String | coordinate of requested location | c=103.836761,1.302262 | |
countrycode | Optional - Simple geocoder Required - Composed geo-coder | String | Country code of the map currently viewed by the client. The country code is according to ISO-ALPHA-3 code: http://unstats.un.org/unsd/methods/m49/m49alpha.htm | countrycode=usa | |
key | Required | String | your API Key | key=YOUR_API_KEY | |
lang | Optional | String | Language of the client according to ISO-639-3 code. http://www.w3.org/WAI/ER/IG/ert/iso639.htm | according to country code | lang=eng |
projection | Optional | String | Map projection type | projection=webmercator | |
output | Optional | String | output format of the response. Valid values: [ json | jsonp | kml ] | kml | output=json |
ie | Optional | String | input encoding of request | utf-8 | ie= windows-1255 |
iconformat | Optional | String | Format of icon which will represent the result on the map display | png | iconformat=jpg |
sensor | Optional | Boolean | whether the API is called from a device with a positioning sensor (GPS) | false | sensor=true |