Fixed
Status Update
Comments
he...@gmail.com <he...@gmail.com> #3
Example 1. Just trying to attach your gmaps script.
If you open the developer console, you will see that gmaps init script is loaded, but "getScript("https://maps.gstatic.com/intl/en_us/mapfiles/api-3/9/8/main.js ");" line isn't working, there is no new script in the document after document.write.
If you open the developer console, you will see that gmaps init script is loaded, but "getScript("
na...@google.com <na...@google.com>
st...@google.com <st...@google.com> #4
Example 2. Trying to use callback parameter. Init is loaded, main javascript file is loaded too. But not working, exception screenshot is in attach.
Description
Hi guys,
The StreetviewService getPanoramaByLocation(latlng, radius, cbk) function fails when the 'radius' argument is not an integer...
You can check the following jsfiddle where the issue is obvious :
Probably a '.' encoding issue ? (it appears as '.' in the request URL, not %2E). Anyway, rounding the value is probably enough - but this should not be let to the API user :-)
Thanks !