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.

How to serialize and deserialize a JSON object from Google geocode using Java

I am working with Google Geocode responses, which are in JSON. The JSON format is as follows: { "status": "OK", "results": [ { "…

java json geocode
Google Maps API InfoWindow not Displaying content

My Code looks like this: var map = /*some google map - defined earlier in the code*/; var geocoder = new google.…

google-maps google-maps-api-3 infowindow geocode
Get City Name From Latitude And Longitude in android Gives Service Not Available Android 4.0.3?

I am using the Android 4.0.3 version in apps. Now I want to get the city name or other information from …

android location geocode city
Geocoder doesn't always return a value

I am able to successfully get lat/long and pass it to the geocoder to get an Address. However, I …

java android reverse-geocoding geocode google-geocoder
Geocode api map address in local language

I am newbie for the google apis. I was trying to get a full address for search keyword using this …

google-api geocode
In python, ValueError: No JSON object could be decoded

I'm trying to connect my code with google maps api(geocoding API) key. But when I run my code, the …

python json api geocode
java.io.IOException Service not Available found while running my android program

when running my android project one of my class which is used for geo-coding is showing an io exception like …

android ioexception geocode
GMaps.js : Trace route between two markers set by geocoding

I'm using this: http://hpneo.github.com/gmaps/examples.html I have two inputs where I put an address and …

jquery google-maps google-maps-api-3 geocode
How to take 5 km points in all directions of a location, geocoding google api?

Ok so i have these cords: 55.623151, 8.48215 I would like to see the geo codes 5 km from north, south, east, west …

google-maps geocode google-geocoder
Python tweepy find all tweets in the Netherlands

UPDATE BOTTOM OF THE QUESTION: I am attempting to create a script that generates all geocoded tweets in the Netherlands. …

python tweepy geocode