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

Converting latitude and longitude to decimal values

I have GPS information presented in the form: 36°57'9" N 110°4'21" W I can use the javascript functions of Chris …

javascript regex geolocation gps geocoding
How do I return a longitude and latitude from Google Maps JavaScript geocoder?

When I use the code below its alerting a blank value? why is that? HTML <body onload="initialize()"> &…

javascript google-maps geocoding
Correct address format to get the most accurate results from google GeoCoding API

Is there any standard format to supply the address string to Google GeoCoding API to get the most accurate results …

google-maps-api-3 geocoding
API key Browser API keys cannot have referer restrictions when used with this API

I'm trying to program geocoding. I created API key, but when I add it into my website code I don't …

api maps geocoding
Geocode an IP address?

Does anyone know of any open RESTful API that I can call to geocode a user's IP to the latitude …

ip-address geocoding reverse-geocoding
Retrieving Postal Code with Google Maps Javascript API V3 Reverse Geocode

I'm trying to submit a query using the postal code to my DB whenever the googlemaps viewport center changes. I …

google-maps google-maps-api-3 geocoding reverse-geocoding postal-code
Enable Billing on the Google Cloud Project

I want to retrieve address from lat long coords. I have created project in google console. Added Billing information and …

google-maps google-cloud-platform geocoding
GIS: PostGIS/PostgreSQL vs. MySql vs. SQL Server?

EDIT: I have been using Postgres with PostGIS for a few months now, and I am satisfied. I need to …

mysql postgresql gis geocoding postgis
Geocode multiple addresses

I need to geocode around 200 addresses per request and do around 3,000 request per day. I will be doing this server …

google-maps geocoding yahoo-maps
Google Maps - converting address to latitude & longitude - PHP backend?

is it possible to convert (in PHP back-end): <?php $Address = "Street 1, City, Country"; // just normal address ?> to <?…

php google-maps geocoding