Generates an address from a latitude and longitude.
Is there any way to effectively/accurately pull out a neighborhood within a city based on a passed in address, …
php api geocoding reverse-geocodingI 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-geocoderI 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-geocodingI'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-geocodingI am using Android Geocoding to get the current city with Address.getLocality(). It has worked fine, until just recently …
android reverse-geocodingI'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 completionhandlerAm 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-geocodingI 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