reverse-geocoding Questions

1

Solved

I've been trying to open Google Maps (specifically on Android, but not necessarily) from a coordinates URL, such as https://www.google.com/maps/search/?api=1&query=51.5055,-0.0754 But when t...

3

Solved

Using the code below I'm requesting a reverse geocoding for the current coordinate. Everything works great, except for when the device is set to a different language than English. Example: If the l...
Pictor asked 5/8, 2014 at 17:6

2

Solved

i am developing android application using Geocoder services, I have an application where I try to get address of a location based on the latitude,longitude coordinates its working fine. my pr...
Puffery asked 18/12, 2010 at 6:2

2

Solved

I am using reverse geocoding in Angular app. The needed script is added in index.html <script async defer src="https://maps.googleapis.com/maps/api/js"> </scrip> and the component f...
Abeyance asked 17/12, 2017 at 8:31

3

Solved

I do not need to display a map. However, I need to use the gps/3g network to locate my current positions ADDRESS (not long and lat) this will then be added to a automated sms response to inform a p...
Dogberry asked 17/2, 2011 at 12:18

0

I was trying to use the Google Maps Reverse Geocoding (translating a location on the map into a human-readable address) via the JavaScript API, and I wanted to filter the results to get only the st...
Dashtikavir asked 2/6, 2017 at 7:57

8

Solved

I am trying to get city in TextView using latitude and longitude. I am getting IndexOutOfBoundsException. AndroidGPSTrackingActivity.java import android.app.Activity; import android.location.Add...

4

I've attempted two different ways in trying to obtain the city name as well as the state abbreviation only from the Address class, with no luck. The first is returning the State like so "CA 92055" ...
Angeliaangelic asked 12/11, 2014 at 5:27

1

Solved

This might seem like an extremely simple and stupid question yet i can't find a convenient answer. I'm trying to use google's reverse geocodding api with django, as the website explains (at https:/...
Baer asked 11/3, 2017 at 16:35

3

Solved

I am having an issue with Google Maps Reverse Geocoding when it comes to setting a UILabel's text to the reverse geocoded address. The UILabel is in an XIB use as a custom infowindow. I have anothe...
Osmanli asked 19/9, 2016 at 6:19

3

I am using a place picker's intent to get the place. Now I want to save address in separated form as country,city,pincode,state. How can I get all this from the place picker's address? Code: pub...
Height asked 17/6, 2016 at 4:56

2

Solved

I use google maps api 3 to get city from coordinates. I read the ReverseGeocoding but I did not understand how to have the correct city value from this type of result: http://maps.googleapis.com/ma...
Toupee asked 24/7, 2013 at 9:56

7

Solved

I am trying to get an address based on the long/lat. it appears that something like this should work? Geocoder myLocation = Geocoder(Locale.getDefault()); List myList = myLocation.getFromLocatio...
Pottery asked 23/1, 2009 at 9:8

5

Solved

I am able to successfully get lat/long and pass it to the geocoder to get an Address. However, I don't always get an address back. Seems like it takes a couple of attempts? I'm not sure why. Is t...
Launalaunce asked 12/11, 2010 at 21:29

2

Solved

i am developing an online mapping application using OpenLayers + OpenStreetMaps. i need help implementing a simple reverse geocoding function in javascript (or php) that receives Latitude and Long...
Dodie asked 6/6, 2012 at 23:32

7

Are there any web services (paid or free) out there besides the Google Maps API which allow you to reverse geocode? My particular application will have access to a latitude and longitude and...
Continence asked 18/8, 2010 at 14:27

1

I'm using the following link. But, the result is not Chinese. My server is Amazon Web Services (AWS).
Adynamia asked 4/11, 2015 at 11:29

2

Solved

I am trying to reverse geocode a large data-set (around 100k). I used the revgeocode function from the package ggmap. I got the result for 1 entry 48 Grand View Terrace, San Francisco, CA 94114, ...
Auricle asked 9/5, 2016 at 13:48

2

Solved

I am developing mobile application which using google maps and I want to find users current address with device latitude and longitude (Reverse geocoding). Google have some limits and it will char...

4

Solved

I'm using Geocoder in reverse way to get an address from a given lat & lon. Do you know how to get from Address only the street name? Geocoder geocoder = new Geocoder(AutoFinderMapActivity.t...
Forsook asked 14/9, 2012 at 5:47

2

In Google Sheets, I have a column with latitude and longitude coordinates. The list goes from A2:A1000. I also have columns for City, State, and Country in B1, C1, and D1, respectively. Is there a ...
Linalinacre asked 22/12, 2014 at 17:0

5

Does anyone know of any open RESTful API that I can call to geocode a user's IP to the latitude and longitude? Ideally, it would be something like: http://google.com/geocode_api/?IP=1.2.3.4 ...
Devi asked 12/7, 2010 at 21:44

1

Problem: I am trying to reverse geocode a lat/long into a closest street intersection using Google Maps API V3. Also, for now, this doesn't have to be super accurate-- as I am just trying to anony...
Militia asked 24/8, 2011 at 17:14

1

Is there a way to get the Coordinates from an entered Address string using GMS in iOS Swift? I can find examples of returning an Address from Coordinates (reverse geocoding?), but not the other way...
Grandmamma asked 17/2, 2015 at 8:40

2

I have more than 700 addresses in database. I want to plot them region wise. I have implement this code : public LatLng getSingleLocationFromAddress(String strAddress) { Geocoder coder = new Geo...
Coquito asked 29/5, 2015 at 5:43

© 2022 - 2024 — McMap. All rights reserved.