Assigned
Status Update
Comments
an...@google.com <an...@google.com> #2
Would you be able to describe your use case of why you need to do on the order of hundreds of directions requests please?
at...@gmail.com <at...@gmail.com> #3
Sure. This is my application: http://lstsim.de/
It is in German, so here's a short description: It's a simulation of an emergency services dispatch center. The user is in charge of sending ambulances to different places all over the area. I'm using the Directions Service, so the ambulances on the map use the actual roads (and even respect the speed limits). Every trip from one location to another takes a single request. This allows me to achieve a pretty realistic replication of the reality.
This also means I don't actually need a routing request every second, but it rather depends on how busy things are in the game. My users were reporting routing errors usually after 300 routings and about an hour or so of playing, so you get an idea of the average request rate.
It is in German, so here's a short description: It's a simulation of an emergency services dispatch center. The user is in charge of sending ambulances to different places all over the area. I'm using the Directions Service, so the ambulances on the map use the actual roads (and even respect the speed limits). Every trip from one location to another takes a single request. This allows me to achieve a pretty realistic replication of the reality.
This also means I don't actually need a routing request every second, but it rather depends on how busy things are in the game. My users were reporting routing errors usually after 300 routings and about an hour or so of playing, so you get an idea of the average request rate.
mi...@google.com <mi...@google.com>
yu...@google.com <yu...@google.com>
an...@google.com <an...@google.com>
be...@google.com <be...@google.com>
jb...@gmail.com <jb...@gmail.com> #4
This problem sounds similar to behavior I am seeing with versions 3.10+ ... my application allows users to create maps of their addresses. After 200 or so rows the geocoder becomes very very slow, even if I delay geocodes 5-10 seconds in-between.
Since the limit is 2500 per day, does it not seem reasonable that you would be able to send a geocode 1 per second as you have in the past until you reach 2500? If this is a change to the quota and limits of the free google maps API please let us know.
Since the limit is 2500 per day, does it not seem reasonable that you would be able to send a geocode 1 per second as you have in the past until you reach 2500? If this is a change to the quota and limits of the free google maps API please let us know.
at...@gmail.com <at...@gmail.com> #5
Google is forcing 3.10 now so there is no using 3.9 to get around this bug.
I need to know if this is a permanent change on geocoding quotas or if this is truly a bug. If it is a permanent change I will need to make big changes to our app so users can only create maps of 200 or less points, whereas before it was possible to create 2500 marker maps.
I need to know if this is a permanent change on geocoding quotas or if this is truly a bug. If it is a permanent change I will need to make big changes to our app so users can only create maps of 200 or less points, whereas before it was possible to create 2500 marker maps.
an...@google.com <an...@google.com>
da...@insightanalyticsinc.com <da...@insightanalyticsinc.com> #6
Any update on this? Is it a bug or a change?
ra...@google.com <ra...@google.com>
in...@gmail.com <in...@gmail.com> #8
An update on this would be greatly appreciated by our users. Thank you.
Description
# It is OK to share your API Project ID, but _not_ API keys.
Feature Request
-----------------------
What would you like to see us add to this API?
Hello -
I am building an app and I require the following functionality:
1. If would like to specify an input of:
i. - a location starting lat/lng or other location identifier e.g. address
ii - a suite of travel modes e.g. car, walking, bicycle, etc
iii - a time to start travelling
iv - the amount of time I have to travel e.g. 60 mins
2. I would like to receive all locations from any direction that is 60 mins away from the starting location in a JSON structure
This is allows me for example to find the furthest out-reachers of a specific location if I choose to walk, or go by train at a specific time, or drive. It would be useful for exploring new areas and touring. My specific use-case is under NDA.
Pretty please? My business model hinges on this, but I am sure there are many other business cases.
Thanks,
Munier