Top "Geocode" questions

Geocoding is a method to assign spatial coordinates - like longitude and latitude on the Earth's surface - to a data record or object which represents an address or other geographic data.

Convert latitude and longitude coordinates to country name in R

I have a list of latitude and longitude coordinates, and wish to find out which country they all reside in. …

r maps geocode rworldmap
Getting coordinates based on city name google map

I am trying to create coordinates based on city with google maps, here is example what i have for now, …

google-maps geocode
Using the Google Places API to get nearby cities for a given place

I am trying to write a Java application that, given a city and a radius, returns all the nearby cities. …

google-maps-api-3 geocode
Parse json from google maps reverse geocode?

How can I parse through the response from a reverse geocode using Google Maps JavaScript API v3. geocoder.geocode({'latLng': …

javascript json parsing google-maps-api-3 geocode
How to calculate distance in km between two points using Geocoder

I'm trying to figure out a way to show calculated distance between two point on a map using Geocoder. I …

ruby-on-rails geocode
Android Geocoder quota limits

Could someone advise on the quota limits to Google maps geocoding api? I'm using geocoding on android. The Google maps …

android google-maps geocode
Country/City/state validation

I want to do the following things using PHP and jQuery https://www.careerbuilder.com/share/register.aspx?sc_cmp1=…

php jquery validation geocode
How can I search places with specific types using Google Places API?

I am using google place api to search specific types like(gas_station,cafes,shopping_malls etc...) here is link …

google-maps google-maps-api-3 google-places-api geocode
Geocoder autocomplete in android

I've been googling my ass of trying to find someone that are having the same problem as me, without luck. …

android autocomplete geocode
Increase the api limit in ggmap's geocode function (in R)

I'm trying to use the geocode function from the ggmaps library in R to get coordinates for specific locations. I'm …

r google-maps google-maps-api-2 geocode ggmap