Assigned
Status Update
Comments
ra...@google.com <ra...@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?)
ra...@google.com <ra...@google.com> #3
Making popular times available by day of the week would be awesome
ma...@southcoast.org <ma...@southcoast.org> #4
It already is Jeffrey, you can toggle by day on mobile or desktop
Description
#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, visit
===========================================================================================
Feature Request
-----------------------
What would you like to see us add to this API?
Issue report
----------------
What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1.URL
2.Return XML gives wrong destination address 75 John Reed Rd, Westport, MA 02790, USA. But the Destination address that was in URL was 75 Reed Rd, Westport, MA 02790.
3.<DistanceMatrixResponse>
<status>OK</status>
<origin_address>200 Mill Rd, Fairhaven, MA 02719, USA</origin_address>
<destination_address>75 John Reed Rd, Westport, MA 02790, USA</destination_address>
<row>
<element>
<status>OK</status>
<duration>
<value>1836</value>
<text>31 mins</text>
</duration>
<distance>
<value>42265</value>
<text>26.3 mi</text>
</distance>
</element>
</row>
</DistanceMatrixResponse>
Is there anything we can do to correct for this, Any address using Reed Rd, Westport, MA is being interpretted as John Reed Rd which a different road. The calculated mileage for this example is coming back as 26.3 but should be 12.6. Thanks Dana Martin