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

Geocode Area Names of a City to get Lat and Long

I have a list of areas names in my City and i need the Lat and Long of the same. …

geocoding reverse-geocoding
geocoding address into coordinates in iphone

I am trying to geocode address into coordinates using following code: CLGeocoder *geocoder = [[CLGeocoder alloc] init]; [geocoder geocodeAddressString:@"6138 Bollinger Road, …

iphone ios ios5 geocoding
How to get Coordinates when Address is Known?

I derived/adapted the following code from Adam Freeman's book "Metro Revealed: Building Windows 8 apps with XAML and C#" to …

c# geolocation geocoding windows-store-apps openstreetmap
What's the best way to lookup the US county a US city resides in?

I'm looking for the best/easiest way to programmatically grab the name of the US county a given US city …

geolocation geocoding geo
How to get the bounding coordinates for a US postal(zip) code?

Is there a service/API that will take a postal/zip code and return the bounding(perimeter) coordinates so I …

sql-server geocoding geospatial
ggplot centered names on a map

I'm attempting to use ggplot2 and maps to plot the names of the counties in NY state. My approach was …

r ggplot2 geocoding
Geocoding in R with Google Maps

I've tried running the code to geocode locations in R via Google Maps and the XML package from this blog …

google-maps r geocoding
Return individual address components (city, state, etc.) from GeoPy geocoder

I'm using GeoPy to geocode addresses to lat,lng. I would also like to extract the itemized address components (street, …

python geocoding google-geocoder geopy
Get current country in Android - traveling

I'm making an app in which I assign different values to each country and do something based on that value. …

android geolocation location geocoding country