Assigned
Status Update
Comments
ma...@google.com <ma...@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?)
[Deleted User] <[Deleted User]> #3
Making popular times available by day of the week would be awesome
ma...@google.com <ma...@google.com> #4
It already is Jeffrey, you can toggle by day on mobile or desktop
vw...@gmail.com <vw...@gmail.com> #5
IFit (iFit.com), which gets its inclines from Google maps seems to generate anomalous incline spikes of 20+degrees in the corners/curves of many uphill routes. Is this a problem with the Google-maps database or with the iFit algorithm which uses the database?
ha...@gmail.com <ha...@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
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?
I would like to request the addition of data source information on response body.
Example:
{
"results" : [
{
"elevation" : 1608.637939453125,
"location" : {
"lat" : 39.73915360,
"lng" : -104.98470340
},
"resolution" : 4.771975994110107,
"source" : "SRTM GL3"
}
],
"status" : "OK"
}