Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You could have a look at the <strong>Places API</strong> (<a href="http://developer.here.net/places" rel="nofollow">http://developer.here.net/places</a>) available in the docs. Strictly speaking, it is <em>not</em> a geocoding API, but passing a <code>latitude</code> and <code>longitude</code> in your search will return results that have a <code>vicinity</code> parameter that may suit your need, as per their description :</p> <blockquote> <p><em>The textual description of the location of the place; usually derived from the address of the place, but may also contain any other description that helps a user understand where the place is located.</em></p> </blockquote> <p>You can see the related documentation page here : </p> <ul> <li>Search : <a href="http://developer.here.net/docs/places/topics/resource-search.html" rel="nofollow">http://developer.here.net/docs/places/topics/resource-search.html</a></li> <li>Results : <a href="http://developer.here.net/docs/places/topics/media-type-search.html" rel="nofollow">http://developer.here.net/docs/places/topics/media-type-search.html</a></li> </ul> <p>Hope it helps !</p> <p><strong>EDIT :</strong> Here is a sample call from the docs : <a href="http://demo.places.nlp.nokia.com/places/v1/discover/explore?at=52.53099%2C13.38455%3Bu%3D1000&amp;size=0&amp;app_id=_peU-uCkp-j8ovkzFGNU&amp;app_code=gBoUkAMoxoqIWfxWA5DuMQ&amp;accept=application/json" rel="nofollow">http://demo.places.nlp.nokia.com/places/v1/discover/explore?at=52.53099%2C13.38455%3Bu%3D1000&amp;size=0&amp;app_id=_peU-uCkp-j8ovkzFGNU&amp;app_code=gBoUkAMoxoqIWfxWA5DuMQ&amp;accept=application/json</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload