Top "Geocoding" questions

Geocoding is a method to find the coordinates (e.g. latitude and longitude) of a data record (e.g. an address or zip code) or of an object which represents some other geographic data (e.g. country name, landmark, etc).

Geocoding libraries

I'm using python and I need to map locations like "Bloomington, IN" to GPS coordinates so I can measure distances …

python api rest geocoding
Google maps - how to get building's polygon coordinates from address?

How to implement the following: User defines an address User defines a color Service searches for a corresponding building on …

google-maps geolocation geocoding
Geo Coding Address - get district of a certain address (Google API)

I have a database with exact addresses (street, no, city, region/area, country). However, I was wondering if there was …

php google-maps-api-3 geolocation geocoding jquery-gmap3
Difference between viewport and bounds in google geocoding

What the difference between viewport and bounds rects in google geocoding api? For big countries (USA, Russia) viewport differs from …

google-maps geocoding viewport google-geocoding-api
Google places API - How to get regions of a country?

I've looked again and again on the site for this simple question and didn't find an answer I think it …

google-maps geocoding google-places-api google-geocoding-api google-places
Reverse Geocoding Without Web Access

I am working on an application where one of the requirements is that I be able to perform realtime reverse …

python gps geocoding reverse-geocoding
Find the county for a city, state

I have a city + state information and I'm trying to find the county. I tried a few things. The closest …

python geocoding geopy
Google Geocoding v2 API stopped working suddenly

The Geocoding v2 API stopped unexpectedly. e.g. http://maps.google.com/maps/geo?q=27703&output=json&key=…

google-maps geocoding google-geocoding-api
Is there an offline geocoding framework, library, or database for iOS?

Is there an (offline) Geocoding framework, library or database for iOS? A place to get the data from? I need …

iphone location geocoding
Reverse Geocode on Client Side (Google Maps V3 API)

How do you do a Reverse Geocode on the clientside using Google Maps V3 API? The forward geocode from address …

javascript google-maps geocoding reverse-geocoding