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).

Returning neighborhood based on address with Google geocoder/API

Is there any way to effectively/accurately pull out a neighborhood within a city based on a passed in address, …

php api geocoding reverse-geocoding
Get nearest places on Google Maps, using MySQL spatial data

I have a database with a list of stores with latitudes and longitudes of each. So based on the current (…

php google-maps geocoding geo
Google Geocoding -- parsing address_components that may return differently

I'm using Google Maps V3 api. I am submitting an address search to return the proper geocoded result including the …

javascript google-maps geocoding google-geocoder
Convert Zip code to Google Metro Code?

I know that Google publishes its "metro areas" for adwords. Is there a converter from ZIP code to metro area …

geolocation geocoding ip-geolocation
error (429) Too Many Requests while geocoding with geopy in Python

I have a Pandas dataframe with ~20k rows, and I am trying to geocode by address column into lat/long …

python pandas geocoding geopy
R: How to GeoCode a simple address using Data Science Toolbox

I am fedup with Google's geocoding, and decided to try an alternative. The Data Science Toolkit (http://www.datasciencetoolkit.org) …

r maps geocoding
Given a latitude and longitude, and distance, I want to find a bounding box

Given a latitude and longitude, and distance, I want to find a bounding box where the distances are less than …

python geocoding bounding-box
GeoCoder Service not Available

GeoCoder Service not Available I'm using the GeoCoder to get an AddressLocation. Unfortunately the method fires an IOException saying: "Service …

android geocoding google-play-services android-location google-geocoder
Hitting rate limit for google maps API, But don't know why

I've written a script to send an address to Google Maps' API and receive back the Lat and Lng. However, …

python geocoding google-maps-api-2
Reverse Geocoding converting coordinates into address?

Am I missing something completely obvious here? My intention is to convert the coordinates into an address and insert it …

jquery google-maps google-maps-api-3 geocoding reverse-geocoding