How can I achieve Geocoding with the JavaScript OpenLayers API, in the same fashion as the Google Maps API?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
Openlayers does not feature a Geocoding API. There are several questions here related to geocoding. |
|||
|
|
Possible way, Try to find any other free/commercial geocoder. Once you geocode the address, still you can you use your openlayer to overlay the lat.longs on the map tiles. |
|||
|
|
|
"geocoder.us find the latitude & longitude of any US address - for free" hope you are trying for US addresses... |
|||
|
|
You can use Google Geocoder with OpenLayers, for an example see this post: How to use Google Maps V3 Geocode with Openlayers Disclaimer: as someone pointed out you might be in violation of their usage terms, but I'll leave that for you lawyer to figure out. |
|||
|
|