google-geocoding-api

Geocoding API issue ZERO_RESULTS in api response but works in browser

Deadly 提交于 2019-12-10 11:23:52
问题 we are using the standard license for Geocoding APIs and we observed that there are some intermittent issue with the service response, we get ZERO_RESULTS from API but when we use the same address in browser it works and gives us OK status and it happened for multiple address during that time. but after sometime it started working again. so i am confused if there was down time today between 9 AM 11:30 AM PST. i checked the console developer dashboard also and i didn't find any error/latency

Geocoding API vs Geocoder

吃可爱长大的小学妹 提交于 2019-12-10 10:55:36
问题 In my application I need to use the geocoding, but I am not quite clear which method to use. Until yesterday I added the parameters to the URL maps.googleapis.com/maps/api/geocode/json?address=myparameter&sensor=false , but Google blocked my requests for a day, making the application crash because it did not return any results from the request for geocoding. Now I am using the Geocoder class that does the same thing and also I have seen that you can create and use an API key for Geocoding.

Does Google Geocoding API (V3) supports batch geocoding?

帅比萌擦擦* 提交于 2019-12-10 06:31:32
问题 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? 回答1: No. There is no way you can batch geocode a bunch of addresses but you can use the directions api to geocode up to 8 addresses. In the business class it allows up to 24 addresses. Read about it: https://developers.google.com/maps/documentation/javascript/directions. You can also try http://code.google.com/p/google

Google geocode API returns inconclusive results

血红的双手。 提交于 2019-12-09 19:25:56
问题 For some addresses that I attempt to geocode, google returns inappropriately inconclusive results. The following is an example, but it is not an isolated incident. The first returned result is the exact match, however google flags it as a "partial_match": Street address: 16160 Frederick Rd City: Gaithersburg State: MD Zip code: 20877 Link: http://maps.googleapis.com/maps/api/geocode/json?sensor=false&address=16160%20Frederick%20Rd,+Gaithersburg,+MD,+20877 My issue here is in determining which

Google Geocoding API returns wrong language in response

余生颓废 提交于 2019-12-09 06:32:10
问题 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 ) parameter to the HTTP request. Starting today I get street name in Ukrainian in response, no matter which language I specify in request. Examples. Request for Russian: https://maps.googleapis.com/maps/api/geocode/json?address=Пушкинская, Одесса, Украина&language=ru Relevant part of the response: "results"

What does each Android's location.Address method return?

笑着哭i 提交于 2019-12-09 05:59:43
问题 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 understood with the examples in the documentation, but some of them are completely unclear to me. Either because there's no example in the documentation or because the example refers to the US, which does not have the same political organization as other countries may have. I've been looking for their

Google places API - How to get regions of a country?

。_饼干妹妹 提交于 2019-12-09 01:26:37
问题 I've looked again and again on the site for this simple question and didn't find an answer I think it is very generic need Let's say that you have two drop down lists One you want to populate with a list of countries, and once you've selected one - to populate the other with a list of it's regions. Is it even possible with Google Places API? Cheers :) 回答1: No, it is not possible with Places API. You have 2 options: Use Another Database There are a few free databases of country/state lists.

Billing issues with google geocoding api

怎甘沉沦 提交于 2019-12-07 14:23:00
问题 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 adjust our quotas, it says that we need to activate billing. We contacted just about every channel at Google and were told that there is absolutely no provided support for billing issues with developer APIs. Us: "We want to give you money." Google: "No, and we won't help you." Has anyone else

Geolocation Request from Amazon EC2

拜拜、爱过 提交于 2019-12-07 07:07:29
问题 I'm deploying an application which makes a request against the Google Maps Geolocation API. My requests go through fine from my workstation. But I get a 400 Bad Request error every time I run it from a server in Amazons cloud. Below is an example curl request I'm making to test. The API in use allows for Any IP. curl -d "{'wifiAccessPoints':[{'macAddress':'c8:d7:19:16:3b:63'},{'macAddress':'c8:d7:19:16:3b:61'}]}" -H "Content-Type: application/json" -i "https://www.googleapis.com/geolocation

Google Maps Geocoding API, feature from the API missing in their JS api (?)

て烟熏妆下的殇ゞ 提交于 2019-12-07 04:00:56
问题 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 the JS documentation (https://developers.google.com/maps/documentation/javascript/geocoding), it doesn't seem to be implemented. I do however remember that google earlier used to have features implemented but not written about in their API, so I wonder if anyone knows how to achieve component