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

Get only country specific result using google geocode api

I am using google geocode api for fetching lat long using postal code of singapore I have tried following to …

google-maps google-maps-api-3 geocoding google-geocoder
Autofill Address + Google Maps API

I want to present my users with a text box wherein they can type in their address. As they type …

jquery google-maps geolocation google-maps-api-3 geocoding
Google geocoding API (City => long, lat)

Does Google offer a RESTful API where I can pass it a city name (or zip) and it returns the …

geolocation google-api geocoding
Geocoding api over query limit

I'm using the geocoding API on the server side to translate addresses in latlng. I faced a OVER_QUERY_LIMIT …

google-maps geocoding
Calculate distance between Zip Codes... AND users.

This is more of a challenge question than something I urgently need, so don't spend all day on it guys. …

database gis geocoding distance zipcode
Get real IP address in local Rails development environment

I have Rails 2.3.8, Ruby 1.8.7, Mongrel Web Server and MySQL database. I am in the development mode and I need to …

ruby-on-rails ip-address geocoding
Polygon area calculation using Latitude and Longitude generated from Cartesian space and a world file

Given a series of GPS coordinate pairs, I need to calculate the area of a polygon (n-gon). This is relatively …

map geocoding latitude-longitude area
Adding google maps markers by an address instead of coordinates?

In my Flex project, can I add markers by its address instead of this: var myGeographicCoordinates:LatLng = new LatLng(myLatitude, …

apache-flex google-maps-api-3 geocoding street-address
Check if a geopoint with latitude and longitude is within a shapefile

How can I check if a geopoint is within the area of a given shapefile? I managed to load a …

python geolocation geocoding geospatial shapefile
retrieving lat/long of location using google.maps.geocoder

i have been trying to use some ajax to save venue location in my application and stumbled across the following …

javascript jquery google-maps-api-3 geocoding