Search code examples
google-mapsdictionaryopenlayers

Stored Map Like Google Maps or OpenLayers


Is Their anything like stored maps from where I can get Latitude/Longitude from address and vice versa. Like a database file or something else other than web based services so that I will not have to be connected over Internet while calculating address from Latitude/Longitude and Counter-wise.
Thank You

EDIT : Just to be clear. We use Google API's to find out Routes between two Geo-Locations I need the Same Feature.


Solution

  • Nominatim ? [1] It’s one of the source for the OSM home page.
    Source code is on github [2].

    1: http://wiki.openstreetmap.org/wiki/Nominatim
    2: https://github.com/twain47/Nominatim

    EDIT: I didn’t understand correctly. You can checkout OSRM : http://project-osrm.org/