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

How, exactly does HTML5's GeoLocation work?

I know the browser shares my IP address and details of nearby wireless networks to determine my location, but what …

google-maps html geolocation geocoding
Does Google Maps API offer a way to search for locations by name?

When one visits http://maps.google.com, they are able to type queries into the search field and receive results …

javascript api search google-maps geocoding
Get latitude/longitude from address

How can I get latitude and longitude from a full address (street, city, etc.) input by the user, using the …

ios maps geocoding
Which are the best geo Coding APIs available for free?

I want to use geo coding services in my site which are the APIs available for this, Java based solutions …

javascript google-maps geocoding
Find County name for a Lat/Long

I'm trying to find a webservice that will allow me to get a County name (not Country) for a specific …

geolocation geocoding latitude-longitude
iOS - MKMapView place annotation by using address instead of lat / long

I am able to place annotations on my MKMapView by using latitude and longitude, however, my feed coming in that …

ios mkmapview geocoding core-location cllocationmanager
Google maps API - add marker by address javascript

I have database of places with addresses and I want to add markers on google maps. It shows only the …

javascript google-maps google-maps-api-3 geocoding
Usage limit on Bing geocoding vs Google geocoding?

I know that the google geocoding api has a 2,500 hits a day limit before it'll start returning REQUEST_DENIED. How …

geocoding bing
Converting latitude/longitude into city name? (reverse geolocating)

I'm working on a job board in Codeigniter PHP + jQuery where employers enter their location and we use Google Maps …

php jquery google-maps geolocation geocoding
How to detect that a point is inside a Polygon using Google Maps?

I would like to detect that a google.maps.LatLng is inside a google.maps.Polygon. How can I do …

javascript geocoding google-maps-api-3