Top "Reverse-geocoding" questions

Generates an address from a latitude and longitude.

Returning neighborhood based on address with Google geocoder/API

Is there any way to effectively/accurately pull out a neighborhood within a city based on a passed in address, …

php api geocoding reverse-geocoding
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
Get the full formatted address from Reverse Geocoding

I want to retrieve the full formatted address via Google Maps API v3 Reverse Geocoding, since it only shows the …

javascript google-maps-api-3 reverse-geocoding
OpenStreetMap reverse geocoding zip codes?

I'm working on a blackberry application and would like to use the OpenStreetMap reverse geo-coding to get an address and/…

web-services openstreetmap reverse-geocoding
Android reverse geocoding getLocality returns often null

I am using Android Geocoding to get the current city with Address.getLocality(). It has worked fine, until just recently …

android reverse-geocoding
swift 3 DispatchGroup leave causes crash when called in helper class function

I'm using DispatchGroup.enter() and leave() to process a helper class's reverseG async function. Problem is clear, I'm using mainViewController's …

swift grand-central-dispatch reverse-geocoding completionhandler
Reverse Geocoding converting coordinates into address?

Am I missing something completely obvious here? My intention is to convert the coordinates into an address and insert it …

jquery google-maps google-maps-api-3 geocoding reverse-geocoding
how to get city name using latitude and longitude in android

I am trying to get city in TextView using latitude and longitude. I am getting IndexOutOfBoundsException. AndroidGPSTrackingActivity.java import android.…

android google-maps indexoutofboundsexception reverse-geocoding