Assigned
Status Update
Comments
ca...@google.com <ca...@google.com> #2
Yes please :) Along with a more specific definition of how the Popular Times are determined (how much history? done by mobile device activity? check ins?)
mo...@gmail.com <mo...@gmail.com> #3
Making popular times available by day of the week would be awesome
ut...@gmail.com <ut...@gmail.com> #4
It already is Jeffrey, you can toggle by day on mobile or desktop
rr...@gmail.com <rr...@gmail.com> #5
Hey Google Teams,
API Behavior Inquiry
I am also facing the same issue. When usingmaps.google.com , I receive three responses, while the Route API endpoint only returns a single route response. Why does the API work anonymously with each request in one instance and differently in another? Please provide a clear explanation as soon as possible.
Thank you!
API Behavior Inquiry
I am also facing the same issue. When using
Thank you!
je...@gmail.com <je...@gmail.com> #6
@r22, I think Jeff is referring to the ability to split popular times by day of week in the information released by the API, not the currently existing web GUI.
Maybe the info appears as a nested object? e.g. "popular times" > "day of week" > "hour of day" > traffic count
Maybe the info appears as a nested object? e.g. "popular times" > "day of week" > "hour of day" > traffic count
ca...@google.com <ca...@google.com> #7
Thank you for the reply.
Kindly provide the
mo...@gmail.com <mo...@gmail.com> #9
Hi Team,
Please find the google map link,
there's showing 3 routes in gmap, 1 - bike route and another 2 - car route
Kindly let us know the solution for the route API issue,
mo...@gmail.com <mo...@gmail.com> #10
Would be extremely helpful to have access to this data directly via the API. Is it maybe available via another API?
ca...@google.com <ca...@google.com> #11
No update on here for a while now... Any news on making this available ?
Description
#IMPORTANT: If your production system or service is down file a Severity 1 support case at console.cloud.google.com/google/maps-apis
===========================================================================================
#REMINDER: Please do not disclose any possible PII such as: email address, IP, contact number, any part of name, project numbers and billing accounts as these information may violate security and privacy. Comments or attachments that include PII will be removed and restricted from public viewing.
Furthermore, please refrain from replying to a comment as this will make your email address visible. Instead, you may use the Issue Tracker’s comment feature for your replies.
It is OK to share your API Project ID, but not API keys or client ID credentials.
To learn more about personal data, visithttps://en.wikipedia.org/wiki/Personal_data
===========================================================================================
Issue report
What steps will reproduce the problem? Please provide a link to a demonstration page if at all possible, or attach code. 1.When we try to use route api (i.e :https://routes.googleapis.com/directions/v2:computeRoutes?key=API_KEY ) with alternative route also enabled,
Here it's our request data in Json format { "origin": { "vehicleStopover": false, "sideOfRoad": false, "location": {
"latLng": { "latitude": "32.701745", "longitude": "74.883969" } } }, "destination": { "vehicleStopover": false, "sideOfRoad": false, "location": {
"latLng": { "latitude": "34.203773", "longitude": "74.363269" } } }, "travelMode": "drive", "routingPreference": "traffic_unaware", "polylineQuality": "high_quality", "computeAlternativeRoutes": true, "routeModifiers": { "avoidTolls": false, "avoidHighways": false, "avoidFerries": false, "avoidIndoor": false } } 2.We try to find out the way via postman response got single route only, but we checked in google maps got more than one 3.Image 1 & 2 has been attached for your reference