Questions tagged [reverse-geocoding]

Reverse geocoding is the process of converting geographic coordinates into a human-readable address.

The term geocoding generally refers to translating a human-readable address into a location on a map.

The process of doing the opposite, translating a location on the map into a human-readable address, is known as reverse geocoding.

878 questions
-3
votes
1 answer

How to reverse geocoding and repopulate menu in real time dragging marker

I have following javascript code: function getLatLng() { var geocoder = new google.maps.Geocoder(); var address = document.getElementById('address2').value; var input = document.getElementById('address2'); var options = { …
-3
votes
1 answer

how can find continent along with country any free services in android

i am working on geocoder find country and city its working fine already i am getting country name dynamically using geocoder is their any chance to get in continent name along with country. it is difficult to maintain…
Narasimha
  • 3,802
  • 11
  • 55
  • 83
-3
votes
1 answer

How to get continuous Location (Lat and Lng) along with location address in same project?

I want to show a continuous update of Lat and long along with location address . I was able to receive continuous lat/lng but wasn't able to find the location address . Basically , want to combine these two…
-3
votes
2 answers

Reverse geocoding limits

I want to the get the country code top-level domain using latitude and longitude. I have tried google reverse geocoding and it worked really well. Unfortunately I discovered that there is a daily limit which is a problem for me because I would like…
user1104856
  • 147
  • 3
  • 14
-3
votes
2 answers

How to do reverse geocoding in c# classes in asp.net and without using Javascript and html

I'm getting Longitude and latitude from a GPS device. And now I wanna know the exact location to which these longitude and latitude belongs. I have no idea how to do it, I have searched over the internet but didn't find any optimal solution to my…
-4
votes
1 answer

Find Postal Code | Zipcode using Google map geocoding reverse

Find Postal Code | Zipcode using Google map geocoding reverse. I want this functionality. Please check screenshot. https://snag.gy/IAaZmr.jpg I just want to fetch pincode for the ewspective google location using google api geocoding
-4
votes
1 answer

How to debug Google map Oops! Something went wrong on Android?

Not sure why, but I get "Oops! Something went wrong" on Android devices... The map does show for half a second and then get that Oops message with the gray background. How can I debug or see what is causing it...?
Yovav
  • 2,557
  • 2
  • 32
  • 53
-6
votes
1 answer

Reverse geocoding using java example

java code of reverse geocoding using java in two stratergires using GeoApiContext and HttpClient. public class ReverseGeoCoderUtil { /** * Reverse Geocoding and returns formated Address . * eg:getFormatedAdress(40.714224, -73.961452); …
1 2 3
58
59