google-geocoder
How would I go about permanently referencing Google geocoding results when the property keys are dynamically changing?
Whenever I geocode and obtain the results, the geometry property names for l开发者_如何学JAVAatitude and longitude get changed every month or so, and I have to rewrite the property name to match the d[详细]
2023-03-16 02:09 分类:问答how to reverse paring google map address with lat,long in json format?
i know how to do开发者_开发百科 reverse paring google map with lac, ci params in a json format, but i can[详细]
2023-03-15 19:41 分类:问答Google maps v3 geocode
I am trying to geocode an place name, however when I run the function, I get, \"an empty string\" in my console,[详细]
2023-03-13 16:07 分类:问答Google Geocoding -- parsing address_components that may return differently
I\'m using Google Maps V3 api. I am submitting an address search to return the proper geocoded result including the address, name of establishment, and lat/lngs.[详细]
2023-03-12 16:38 分类:问答Google maps api v3 geocoder viewport
when I enter a location (city or country) and an infowindow is open the 开发者_如何学JAVAfollowing code will only find locations within the area of the open infowindow:[详细]
2023-03-11 15:32 分类:问答returning null when implementing Geocoder
I\'m trying to find the address(location) using Geocoder. I have the following code: double lat = (double) (coord.getLat() * (1e-6));[详细]
2023-03-09 14:29 分类:问答getting the context in a class that implements Runnable
I have an app in android that in a different thread from the UI(which implements Runnable) I receive some data(GPS data in the form of latitude and longitude) and from this data I[详细]
2023-03-08 21:22 分类:问答Why is Google Maps API refusing to plot my Polyline array?
I think the problem has something to do with how I am building the path array for my Polyline but there has to be a way to do it like this. The goal is to create an array of Geocode locations from an[详细]
2023-03-08 12:27 分类:问答Google Geocoder Asynchronous Issue
I believe that I have having a timing issue with geocoder results. See a snippet of code below. I am basically performing a geocode and getting the result. I then pass the result to a server side me[详细]
2023-03-08 04:42 分类:问答Getting a json response into variable
I am trying to use the google geocoder api to get the longitude and latitude of an address to use in a map-making app.[详细]
2023-02-27 01:58 分类:问答