Questions tagged [geocode]

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.

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.


Useful links


Related tags

756 questions
2
votes
2 answers

Google Geocode API "REQUEST_DENIED" in JSON response - reverse geocode action

Looked everywhere — and have read dozens of other questions regarding Google APIs (Maps, Geocode, Places, Autocomplete, etc) — and nothing has worked. I have an API key with Places, Static Maps, and Maps v3 & v2 services enabled. I am trying to…
mr.subtle
  • 65
  • 1
  • 7
2
votes
4 answers

IP Geocode using PHP echo

I'm trying to display the users country (based on their IP) in a form input value. Here's my code so far ..
user990175
  • 191
  • 5
  • 12
2
votes
1 answer

Can you reverse geocode multiple coordinates using a single request URL with Google Maps?

Is it possible to request multiple coordinates to be reverse-geocoded using a single request URL with Google Maps? For example, I'd like to be able to do something like…
Amr Bekhit
  • 4,613
  • 8
  • 34
  • 56
2
votes
0 answers

Automatically Detecting IP and displaying appropriate city using Geocoder and Ruby on Rails

I've been trying to write some code that automatically detects the IP address of the website visitor and displays the corresponding city. I thought this would be as simple as using Geocoder to detect the IP then display the corresponding city,…
Laser
  • 5,085
  • 4
  • 34
  • 48
1
vote
0 answers

getfromlocation java.io.IOException: Service not Available

getfromlocation always return ioexception. I have a internet permission in manifiest, try in emulator, in 2.3 device and 4.0 device..always the same result. This is the code while (it.hasNext()) { Tienda temp = (Tienda) it.next(); …
colymore
  • 11,776
  • 13
  • 48
  • 90
1
vote
0 answers

Geocoder is not working on Android Phone

I want to get Address of my current location using android Geocoder API. that works fine on my one phone but same app is not returning any address on my other phone (Both android 2.3.6 API 10). After doing some research i found On Android Geocoder…
Pramod
  • 387
  • 1
  • 7
  • 19
1
vote
1 answer

Google Maps API JS: trying to convert the address to Lat Long

JavaScript Google Maps API V3 I'm trying to convert the address to Latitude/Longitude using geocode from Google Maps API v3 but it's not working. The rest of the code is working fine. I'm sure this a very simple problem !! the code var…
1
vote
1 answer

jQuery function failed to pass Geocode information to variable