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?)
ju...@gmail.com <ju...@gmail.com> #3
Making popular times available by day of the week would be awesome
ju...@gmail.com <ju...@gmail.com> #4
It already is Jeffrey, you can toggle by day on mobile or desktop
kb...@gmail.com <kb...@gmail.com> #5
This device is owned by Kim Barranco I am not a developer nor have I downloaded a single 3 rd party app. This is NOT an experiment device person using my account is illegally accessing my device.
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
===========================================================================================
Issue report
----------------
What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. Call the following endpoint
2. The coordinates in the endpoint should return the post code for 2 Lochside Avenue, Edinburgh Park, Edinburgh EH17 8YA
3. Instead, what is returned is the following response content:
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
html, body, #mapDiv {
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="mapDiv"></div>
<script nonce="b16tHH6anWd6SvHQd1aelw">
function onEmbedLoad() {
initEmbed([null,null,null,null,null,[[[2,"spotlit",null,null,null,null,null,[null,null,null,null,null,null,null,null,null,null,11,null,[null,null,null,null,null,null,null,null,null,null,null,null,null,1]]]],null,null,[[null,null,null,null,null,null,null,null,null,null,null,null,null,[[["0","1483452729080616247"],"/fake_latlng_mid",null,[559341923,4261766898],null,null,null,1],0,null,null,null,0,null,0]]]],null,["en_US"],[null,null,null,"/maps/api/js/ApplicationService.GetEntityDetails","/maps/embed/upgrade204",null,"/maps/embed/record204"],null,null,null,null,null,null,null,null,"8WYGZ6qFOL2qi-gP4NqoiAk",null,null,null,[[[2234.875658800042,-3.3200398,55.9341923],[0,0,0],null,13.10000038146973],null,0,[[null,"55°56'03.1\"N 3°19'12.1\"W",[55.9341923,-3.3200398]],"55°56'03.1\"N 3°19'12.1\"W",["55.934192, -3.320040"],null,null,null,null,null,null,null,null,null,null,"WMMH+MXG Edinburgh",null,null,null,null,null,null,null,null,null,1,null,null,null,null,null,null,"0ahUKEwjqwcOCl4GJAxU91QIHHWAtCpEQ8BcIAygA",null,null,null,null,null,null,null,["0ahUKEwjqwcOCl4GJAxU91QIHHWAtCpEQqtMBCAcoAw",["9C7RWMMH+MXG"],["WMMH+MXG Edinburgh"],1]]],null,null,null,0,null,null,null,null,null,null,[1]]);
}
function onApiLoad() {
var embed = document.createElement('script');
embed.src = "
document.body.appendChild(embed);
}
</script>
<link rel="preload" href="
nonce="b16tHH6anWd6SvHQd1aelw" as="script" />
<script src="
nonce="b16tHH6anWd6SvHQd1aelw" async defer></script>
</body>
</html>
Apparently this has been working until recently. Has there been a change to the parameters passed in order to retrieve the Postcode element, instead of the returned "WMMH+MXG" value.