Hi!
Please help me with the following problem:
When I use the enfold google maps widget, unfortunately my Android device gives the following error message:
“The google maps Api server rejected your request. The sensor parameter specified in the request must be set to either true
or false
.”
The result is, that the map does not appears and the header navigation disappears.
Any ideas?
Thanks a lot!
Best regards, Alex
Hi AdDesign!
Another user reported this issue: https://kriesi.at/support/topic/the-google-maps-api-server-rejected-your-request/ and it was a problem with the connection. Our theme definitely adds the query parameter – you can check the source code and at the very bottom you’ll find
<script type='text/javascript' src='http://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&ver=1'></script>
The sensor=false part tells google that the sensor parameter is set to false.
Regards,
Peter