RESTful reverse geocoding
Hi,
sorry to bother. No matter how deep i serahc i cannot find an example of REVERSE GEOCODING with RESTFUL APIs. is it possible to have a SAMPLE QUERY STRING for getting an address given lat & lon ?
Like: [url]http://nokia../appid=XX&token=YY&c=12.3455,6.789&[/url] ..??
Thanks a lot!
Matteo
Re: RESTful reverse geocoding
I don't think we have Rest API for that, basically the Geo coding functionality are implemented in the maps APIs, so maybe you could try using them.
Re: RESTful reverse geocoding
Try this example - it works for me, at least using the Enterprise Version:
[url]https://geo.nlp.nokia.com/search/6.2/reversegeocode.json?jsonAttributes=1&mode=RetrieveAddresses&languages=en-US&app_id=YOUR_APP_ID&token=YOUR_TOKEN&prox=LATITUDE%2CLONGITUDE%2CRADIUS_IN_METERS[/url]
replacing YOUR_APP_ID, YOUR_TOKEN_ID, LATITUDE, LONGITUDE and RADIUS_IN_METERS