Obsolete
Status Update
Comments
ut...@gmail.com <ut...@gmail.com> #2
Using npm google-maps library with 3.3.0 which is latest.Still facing retired version issue. Any suggestions how to use latest google map library with npm.
mi...@google.com <mi...@google.com> #3
Re: comment#2
Thank you for your report. If you are seeing the retired version on any 3rd party libraries, Google can't fix it unfortunately. Please contact the developer community of the library to update it so that it uses the appropriate version parameter to load the Google Maps JavaScript API.
Thank you for your report. If you are seeing the retired version on any 3rd party libraries, Google can't fix it unfortunately. Please contact the developer community of the library to update it so that it uses the appropriate version parameter to load the Google Maps JavaScript API.
ns...@gmail.com <ns...@gmail.com> #4
Is anyone having this issue with Maps API where the stock controls are missing default images (such as Zoom plus/minus and Street View pegman) and instead are showing broken links images on Android devices and are totally missing on iOS devices? See the attached Android image. Is this a possible Google bug since this all used to work just fine with the same code with prior Maps API versions?
ns...@gmail.com <ns...@gmail.com> #5
Also, the controls (Zoom and Street View) do work on Android when tapping on them but their images are just missing.
zw...@google.com <zw...@google.com> #6
Could you verify there is no CSP (Content Security Policy) blocking them?
Or, could you provide a link where we can see this? Onhttps://google-developers.appspot.com/maps/documentation/javascript/examples/full/map-simple on my android phone the images load fine.
Or, could you provide a link where we can see this? On
ns...@gmail.com <ns...@gmail.com> #7
Thank you for your reply :-)
This app was built with PhoneGap and it installs from Google Play. Here is the Android link:https://play.google.com/store/apps/details?id=com.pinegroup.touristapp
or for iOS:
https://itunes.apple.com/us/app/tourist-new-app/id1207732311?mt=8
Here is the CSP tag from HTML which invokes Maps API JS.
<meta http-equiv="Content-Security-Policy" content="default-src * gap://ready file: 'unsafe-inline'; style-src 'self' 'unsafe-inline'; media-src *" />
And now using v=quarterly as per below:
<script async defer src="https://maps.googleapis.com/maps/api/js?v=quarterly&key= <KEY>&callback=showMap" type="text/javascript"></script>
Currently, with "v=quarterly" the app is reporting 3.34.16 in google.maps.version.
And, of course, your link to map-simple.html works just fine on my phones too (Android and iPhone). Again, this app used to work just fine and the map was showing Zoom (+/-) and Street View pegman just fine. Btw, Zoom and Pegman controls do work except that their stock images are not showing on Android but in iOS these controls are totally missing, including Map Type control (Map | Satellite). I did notice that Map Type control (Map | Satellite) got much larger now (due to people having fat fingers lol), however, I removed them now since I only need Roadmap anyways.
Were there any recent changes to Maps API as related to CSP?
This app was built with PhoneGap and it installs from Google Play. Here is the Android link:
or for iOS:
Here is the CSP tag from HTML which invokes Maps API JS.
<meta http-equiv="Content-Security-Policy" content="default-src * gap://ready file: 'unsafe-inline'; style-src 'self' 'unsafe-inline'; media-src *" />
And now using v=quarterly as per below:
<script async defer src="
Currently, with "v=quarterly" the app is reporting 3.34.16 in google.maps.version.
And, of course, your link to map-simple.html works just fine on my phones too (Android and iPhone). Again, this app used to work just fine and the map was showing Zoom (+/-) and Street View pegman just fine. Btw, Zoom and Pegman controls do work except that their stock images are not showing on Android but in iOS these controls are totally missing, including Map Type control (Map | Satellite). I did notice that Map Type control (Map | Satellite) got much larger now (due to people having fat fingers lol), however, I removed them now since I only need Roadmap anyways.
Were there any recent changes to Maps API as related to CSP?
ns...@gmail.com <ns...@gmail.com> #8
Hi,
As per above:
Were there any recent changes to Maps API as related to CSP?
Thanks!
As per above:
Were there any recent changes to Maps API as related to CSP?
Thanks!
sh...@google.com <sh...@google.com>
ns...@gmail.com <ns...@gmail.com> #9
Comment has been deleted.
Description
All v parameters pointing to unavailable versions will be ignored, and handled as if any v parameters are not specified. You will receive the weekly channel by default. If you're on the Premium Plan, you will receive the quarterly channel by default.
If you have any requests or other issues concerning the new release channels please let us know.