google-geocoding-api Questions

2

Solved

What the difference between viewport and bounds rects in google geocoding api? For big countries (USA, Russia) viewport differs from bounds (sample request for Canada: http://maps.googleapis.com/m...
Congo asked 21/2, 2013 at 15:35

2

When using the google maps API, for the admin area it gives you the long name and short name eg. { "long_name": "Victoria", "short_name": "VIC", "types": [ "administrative_area_level_1", "po...
Synthesis asked 28/4, 2015 at 1:37

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've read all geocode service api documentation but haven't found anything about batch geocoding. May be I miss something and there is possibility to make a batch requests?
Hydrus asked 13/12, 2012 at 10:58

1

I have many examples where google maps returns the exact location whereas geocoding cannot find an exact match and provides only a close match lat/lon which is no good for my purpose. example: "17...

1

Solved

I want to unit test this method using mockito/powermock: @Service public class GoogleApiService { private static final Logger logger = LoggerFactory.getLogger(GoogleApiService.class); private ...
Hbeam asked 26/2, 2016 at 1:44

1

Billing was added to our gmaps-api project. And the billing definitely propagated, as it was added around 4 weeks ago. In the project dashboard, billing shows as available. However, when we try to...
Nonconformist asked 21/4, 2015 at 18:16

1

I am looking for a web service or a Google place API kind of plugin to retrive localities,sub-localities and areas of the given city name. have been trying my hands with google and geonames but ca...
Bicapsular asked 1/9, 2015 at 11:11

3

Solved

I am working on a php project where I want to find and store 3 cities in 100 KM range from a specified location into my database. I was thinking Google API Geocoding for this. I don't whether I'll ...
Bulwark asked 16/4, 2012 at 10:2

1

I'm using Google's Place API to Autocomplete the cities names typed by the users (webpage). The API is loaded passing the language (pt-BR) as parameter and the text box is being filled correctly in...
Morel asked 16/10, 2015 at 21:37

5

Solved

It seems that the generated keys in the Google API's console are not working anymore. With different keys (tried it with both server and browser key, however the server key is what I need), generat...
Ramayana asked 10/12, 2013 at 9:54

2

Solved

My project requests Geocoding API for coordinates and correct full addresses in Odessa, Ukraine. I could request response in Russian or Ukrainian language adding language=ru (language=uk) paramete...
Cupule asked 20/11, 2014 at 20:35

2

I have the following code where I am trying to convert a list of 10-15 addresses in the businesses array into lat/lng coordinates using Google Maps Geocoding API. var geocoder = new google.maps.Ge...
Nonalignment asked 20/11, 2014 at 15:35

1

Solved

I am trying to figure out exactly how to get address component with the Android SDK with the class android.location.Address. Some of the methods are very straightforward, other are easily understo...
Emmalineemmalyn asked 28/2, 2014 at 13:4

2

Solved

I have some code that I'm porting over from API v2 to v3. In the old code we had an accuracy field that came back in the xml (not sure of the name, but it did represent a confidence level of sorts)...
Enculturation asked 19/9, 2011 at 16:18

3

Solved

This is driving me crazy. I have deleted this key 1000 times so far. Yesterday it worked like a charm, today not anymore Here is the python code: from googlemaps import GoogleMaps gmaps = GoogleMa...
Vigil asked 8/3, 2013 at 2:29

1

Solved

I am creating an Android application and I need to use the geolocation. I have started by using the Geocoder API from Android (android.location.geocoder) but it causes some issues (timed out wait...
Behemoth asked 3/6, 2014 at 14:40

1

Solved

The problem is simple, in the documentation for the Geocoding API they say component filtering exists. (Source: https://developers.google.com/maps/documentation/geocoding/) However, if I look at t...
Alcala asked 19/6, 2013 at 21:17

1

Solved

I have been using the Google geocoding API for returning the coordinates of a place using the URL: http://maps.googleapis.com/maps/api/geocode/json?address=Saints%20Peter%20&%20Paul%20Parish%20...

2

Solved

My Google Maps activity searches for addresses with Google Maps Geocoding API V3. I see that sometimes, even if I repeat the search multiple times in sequence, Google Maps response is OVER_QUERY_LI...
Parcel asked 27/5, 2013 at 9:58

2

Solved

I'm using Google Maps web services to perform server-side (reverse) geocoding. I've got a browser-side and server-side Google API key from the Google APIs Console, which permits the Google Maps JS ...
Hexapody asked 30/3, 2012 at 19:13

1

I know that similar questions have been posted but I have not found and answer in any of them as it relates to my particular issue. I have a javascript that uses google maps to place customer zip...

2

Solved

The Geocoding v2 API stopped unexpectedly. e.g. http://maps.google.com/maps/geo?q=27703&output=json&key=AIzaSyBVr3n3IVZzakGvtIWeRaJEXsC63JHZ0w8 I'm not able to get lat,long from the API....
Mehta asked 8/3, 2013 at 6:42

1

Solved

I have an address field in my app where the user needs to enter the required address. I have used google Geocoder to get the GPS coordinates of the address . But now I want to make it easier for th...

1

Solved

I am looking for geocodes with the google geocode-API: http://maps.googleapis.com/maps/api/geocode/json?address=london%c2+UK&sensor=false The problem is, that the input isn't very accurate (...
Herschel asked 19/2, 2013 at 11:36

© 2022 - 2024 — McMap. All rights reserved.