google-geocoding-api

Is google.loader.clientlocation still supported

穿精又带淫゛_ 提交于 2019-11-27 02:04:12
I have made some tests using google.loader.ClientLocation from: http://www.google.com/jsapi But I get null for the test: if (google.loader.ClientLocation) This is the behaviour when google does not find information for IP. I searched StackOverflow and there are a lot of questions regarding it but no good answers. I searched the net and saw these 2 links: https://groups.google.com/forum/?fromgroups=#!topic/google-ajax-search-api/8q_oG-Y9fp8 http://code.google.com/p/google-ajax-apis/issues/detail?id=586 https://groups.google.com/forum/?fromgroups=#!topic/google-ajax-search-api/rzoIh4RrtOQ Which

Google Geocoding stopped to work for Crimea, Ukraine

倖福魔咒の 提交于 2019-11-27 01:40:01
问题 I've discovered very strange issue. Geocoding API suddenly stopped to work for Crimea coordinates. Example: Simferopol city: http://maps.googleapis.com/maps/api/geocode/json?language=en&latlng=44.957844%2C34.104996&sensor=false But it works for any other place in Ukraine and Russia. Example: Kiev, Ukraine http://maps.googleapis.com/maps/api/geocode/json?language=en&latlng=50.463405%2C30.481567&sensor=false Recently the API worked properly. Please tell, is it the Google restriction due to

Mapping multiple locations with Google Maps JavaScript API v3 and Geocoding API

自古美人都是妖i 提交于 2019-11-26 18:17:32
问题 I'm using Google Maps JavaScript API v3 to generate a map with multiple locations/markers. I only have the address for these locations, not the coordinates, so I'm using the Geocoding API to get the coordinates. I finally got Google's geocoding to work, so the location markers are showing up where they are supposed to be. However, the same content is showing up in every InfoWindow. I seem to be unable to pass the location arrays into the geocode function. (Incidentally, I also tried creating

Google Geocoding v2 API stopped working suddenly

99封情书 提交于 2019-11-26 17:51:25
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. The output from server is: { "Status": { "code": 610, "request": "geocode" } } I searched for status: 610 but could not find any relevant info. Thanks. The service has been stopped. It is the 8th of March. See the top of this page for information on the death of v2 See The Google Geocoding API for v3 ... Edit. Actually, there is a page about upgrading to v3 that may be of use. ... Edit. As just pointed out,

Is google.loader.clientlocation still supported

◇◆丶佛笑我妖孽 提交于 2019-11-26 09:54:34
问题 I have made some tests using google.loader.ClientLocation from: http://www.google.com/jsapi But I get null for the test: if (google.loader.ClientLocation) This is the behaviour when google does not find information for IP. I searched StackOverflow and there are a lot of questions regarding it but no good answers. I searched the net and saw these 2 links: https://groups.google.com/forum/?fromgroups=#!topic/google-ajax-search-api/8q_oG-Y9fp8 http://code.google.com/p/google-ajax-apis/issues

Is It compulsory to enable billing account by June 11, 2018 through credit card information to continue to access Google Maps API?

吃可爱长大的小学妹 提交于 2019-11-26 08:35:17
问题 Per Google, \"Beginning on June 11, 2018, you’ll need to enable billing with a credit card and have a valid API key for all projects. This will give you the ability to scale easily with less downtime and fewer performance issues. In addition, we’re simplifying our 18 individual APIs into three products: Maps, Routes, and Places.\" Source However, Google do not say anywhere whether it\'s a hard stop or not. What if I don\'t enable billing account and do not add credit card information. Will I

Google Geocoding v2 API stopped working suddenly

我是研究僧i 提交于 2019-11-26 06:07:26
问题 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. The output from server is: { \"Status\": { \"code\": 610, \"request\": \"geocode\" } } I searched for status: 610 but could not find any relevant info. Thanks. 回答1: The service has been stopped. It is the 8th of March. See the top of this page for information on the death of v2 See The Google Geocoding API