Does Nokia provide any direct location based api where we can pass longitude and latitude and get the exact address/location in response ?. I am developing a general/non-phone java application which runs on a server.
Thanks and Regards
Raaghu.K
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could have a look at the Places API (http://developer.here.net/places) available in the docs. Strictly speaking, it is not a geocoding API, but passing a
latitudeandlongitudein your search will return results that have avicinityparameter that may suit your need, as per their description :You can see the related documentation page here :
Hope it helps !
EDIT :
Here is a sample call from the docs : http://demo.places.nlp.nokia.com/places/v1/discover/explore?at=52.53099%2C13.38455%3Bu%3D1000&size=0&app_id=_peU-uCkp-j8ovkzFGNU&app_code=gBoUkAMoxoqIWfxWA5DuMQ&accept=application/json