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

Forward geocoding from the iPhone

Given that the mapkit doesn't provide forward geocoding functionality today, can anyone provide help on how I can i use …

iphone ios geolocation geocoding
R convert zipcode or lat/long to county

I have a list of locations that contains a city, state, zip, latitude and longitude for each location. I separately …

r geolocation geocoding
How can we get tweets from specific country

I've read a lot about this part and what I found is to write the geocode and search for tweets …

python twitter geocoding tweets country
Random geographic coordinates (on land, avoid ocean)

Any clever ideas on how to generate random coordinates (latitude / longitude) of places on Earth? Latitude / Longitude. Precision to 5 points …

java gis geocoding
ZIP / Postal Code + Country to Geo Coordinates

What is the most complete, precise and reliable way to get the coordinates (latitude / longitude) of a given ZIP / Postal …

web-services geolocation geocoding zipcode postal-code
Full Screen Google Map

How can I use Google Maps API to show me a full screen map with no sidebars or search bar? …

javascript html google-maps geocoding
Should I use a struct or a class to represent a Lat/Lng coordinate?

I am working a with a geo-coding API and need to represent the coordinate of a returned point as a …

c# .net struct geocoding
How to geocode address by google maps iOS API?

I found one way to send request: A Google Maps Geocoding API request takes the following form: https://maps.googleapis.…

ios swift google-maps geocoding google-geocoding-api
Clickable continent/country maps: which way to go?

There are many Web sites that include clickable maps that highlight regions on mouseover and allow the user to narrow …

javascript html geocoding world-map
Plotting google map with ggplot in R

I am trying to plot Google map that is queried using RgoogleMaps package and combine it with ggplot. Ultimately, I …

r google-maps ggplot2 geocoding ggmap