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

Where to place API key for Google Geocoding API?

We use Google Geocoding API to map address to Latitude and Longitude. Here is the sample URL for encoding (which …

google-maps google-maps-api-3 geocoding
Google maps geocode API V3 not returning result in javascript function

I'm trying to use the Google geocoder API V3 to plot a location on a map based on an address …

javascript jquery google-maps geocoding google-geocoder
Best way to geocode UK postcode with Google Maps API?

What is the most effective and accurate way to geocode a UK postcode? Using the built in geocode object results …

google-maps geocoding google-maps-api-2
Getting street,city and country by reverse geocoding using google

I'm trying to getting the $street, $city and $country string from google json. It works for my home address : http://…

php json google-maps geocoding
Geocode database

Can I download address,city,state,postalcode - latitude/longitude information, that can be loaded to a db for US …

maps geocoding
R trying to find latitude/longitude data for cities in europe and getting geocode error messege

I recently posted a question regarding plotting postions on cities in europe as points on a map. See R, get …

r google-maps geocoding
Trilateration using 3 latitude and longitude points, and 3 distances

There exists an unknown target location (latitude and longitude co-ordinates). I have 3 latitude and longitude co-ordinate pairs and for each …

geocoding latitude-longitude trilateration
How to implement auto-complete for address using Apple Map Kit

I want to auto-complete the address for the user as same as what google api provides in this link: https://…

ios swift geocoding
how to model a postal address

I need to model a postal address that can have multiline street address, the city, the state (province), and the …

django geocoding
Google Maps Geocode Undefined

I have this code which is initated on load // Display the map function map_it() { var myLatlng = new google.maps.…

google-maps geocoding