WAI
Status Update
Comments
ma...@gmail.com <ma...@gmail.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?
al...@android.com <al...@android.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.
ma...@gmail.com <ma...@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.
ma...@gmail.com <ma...@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.
ch...@google.com <ch...@google.com> #6
Any update on this? Is it a bug or a change?
ba...@gmail.com <ba...@gmail.com> #7
The workaround didn't work for me. And I don't need to start scrolling at all for the click states not to be visible on the toolbar.
[Deleted User] <[Deleted User]> #8
An update on this would be greatly appreciated by our users. Thank you.
dr...@gmail.com <dr...@gmail.com> #9
Any updates on this issue? When will this bug be fixed.
co...@gmail.com <co...@gmail.com> #10
Any updates about this defect?
Description
After using the CoordinateLayout + AppBar layout with parallex effect, if we scroll down then up the ripple effect on the pressed state of the toolbar items will no longer appear again.
Attached sample code to reproduce the issue.