<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite"><blockquote type="cite">I'm new to graphhopper and i would like to add geocoding to the webpage<br><a href="http://localhost:8989">http://localhost:8989</a> like graphhopper maps. How can i do that?<br></blockquote><br>You could use a free service like Gisgraphy<br>(<a href="http://services.gisgraphy.com/public/geocoding.html">http://services.gisgraphy.com/public/geocoding.html</a>) or Nominatim to<br>send a request containing the lat/long combination and parse the<br>resulting address<br></blockquote></div><br><div>geocoding or reverse geocoding? For the „search an address“ case, you can also try photon (<a href="http://photon.komoot.de/">http://photon.komoot.de/</a>) which is basically nominatims parser with an elasticsearch on top.</div><div><br></div><div>The usage of the api is free for fair use.</div><div><br></div><div>Jan</div></body></html>