Assigned
Status Update
Comments
ee...@google.com <ee...@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?)
cr...@thesixbysix.co.uk <cr...@thesixbysix.co.uk> #3
Making popular times available by day of the week would be awesome
ee...@google.com <ee...@google.com> #4
It already is Jeffrey, you can toggle by day on mobile or desktop
ee...@google.com <ee...@google.com>
he...@simonantony.co.uk <he...@simonantony.co.uk> #5
This is indeed an issue. One issue is you have to append uk to the end of the query to narrow down to UK results.Then the only way i've found to fix it is to append an additional uk's to the end of the request - Crazy but true! It then works as expected. Very strange bug and does need a higher priority to fix ASAP.
Example url's:
Not working:https://maps.googleapis.com/maps/api/geocode/json?key={api_key}&address=lincoln%2cuk%2cuk
Working:https://maps.googleapis.com/maps/api/geocode/json?key={api_key}&address=lincoln%2cuk%2cuk%2cuk
Example url's:
Not working:
Working:
he...@simonantony.co.uk <he...@simonantony.co.uk> #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
ja...@gmail.com <ja...@gmail.com> #7
This is creating a problem for my business as competitors, several miles from Lincoln are appearing in preference to my Lincoln based firm. Any update please Google.
py...@gmail.com <py...@gmail.com> #8
Causing a problem for us too. This problem is evident if you simply just search "Lincoln" on Google Maps (and hit return rather than clicking the autocomplete option). It will return the "post town" version of Lincoln which covers a large part of the county as shown by the red outline.
INCORRECT
https://www.google.com/maps/place/Lincoln/@53.1827439,-0.5908375,11z/data=!3m1!4b1!4m6!3m5!1s0x487842f2d0b6c425:0xbb45bf9e1a3d2261!8m2!3d53.2294565!4d-0.5426827!16zL20vMDRqdDI?entry=ttu
CORRECT
https://www.google.com/maps/place/Lincoln/@53.2183401,-0.5966958,13z/data=!3m1!4b1!4m6!3m5!1s0x48780ccb711104fb:0x36603dcfe8c7ddc7!8m2!3d53.230688!4d-0.540579!16s%2Fg%2F11bc65zxzt?entry=ttu
Please can we have an update Google, should be a simple fix surely?
INCORRECT
CORRECT
Please can we have an update Google, should be a simple fix surely?
he...@simonantony.co.uk <he...@simonantony.co.uk> #9
Don't hold your breath, they are not interested in fixing it. What i've done with my client is move them over to the Tom Tom api instead, that works flawlessly and is the same cost as Googles.
ma...@hta.org.uk <ma...@hta.org.uk> #10
Would be extremely helpful to have access to this data directly via the API. Is it maybe available via another API?
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
----------------
When searching for Lincoln, UK in the maps.googleapis geocode api request the request retruns Lincolnshire instead of Lincoln the city. Example request:
response:
{
"results" : [
{
"address_components" : [
{
"long_name" : "Lincolnshire",
"short_name" : "Lincolnshire",
"types" : [ "administrative_area_level_2", "political" ]
},
{
"long_name" : "England",
"short_name" : "England",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "United Kingdom",
"short_name" : "GB",
"types" : [ "country", "political" ]
}
],
"formatted_address" : "Lincolnshire, UK",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 53.6163661,
"lng" : 0.3579244
},
"southwest" : {
"lat" : 52.6402179,
"lng" : -0.8206513999999999
}
},
"location" : {
"lat" : 52.9451889,
"lng" : -0.1601246
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 53.6163661,
"lng" : 0.3579244
},
"southwest" : {
"lat" : 52.6402179,
"lng" : -0.8206513999999999
}
}
},
"place_id" : "ChIJJ70edCUo1kcRADi1k4LEkXs",
"types" : [ "administrative_area_level_2", "political" ]
}
],
"status" : "OK"
}
I have checked and formatting the request with lincoln,gbr will return Lincoln the city instead of Lincolnshire and this does not occur with other cities that share a county name e.g.
Please let me know if you need any more information from me.
Thanks.
IMPORTANT: If you are seeing an incorrect location from the geocoder,
please go to
select to "report an issue" to ensure it gets routed appropriately. Do not
file the issue here.
If you are seeing an unexpected response that only occurs when using the
API and does not occur when using
include a link with your geocoding request, or to a webpage demonstrating
the issue.