question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update to latest Google maps version

See original GitHub issue

Is it possible to update to the latest Google Maps version, ‘3.31’? I think all you need to do is change line 21 to var googleVersion = '3.31';

Also, is it possible to use a new version after this commit, so we can easily update this package? Thank you in advance!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
TheBearSOcommented, Feb 14, 2018

Hi @mt404, about your first comment are you using webpack or similar modular tool? (just to know more about it)


And about your second comment, you can see why this happened #109 I don’t understand why you should set the CLIENT to set the VERSION. Maybe the creator know more about it, and I’m pretty sure that this line has a reason. If you ask to me, this should be like:

GoogleMapsLoader.createUrl = function() {
    //...
    if (GoogleMapsLoader.VERSION) {
	url += '&v=' + GoogleMapsLoader.VERSION;
    }
};
1reaction
davidkuderacommented, Apr 17, 2018

The google api version with configuration fix was just released in version 3.3.0.

Thanks again @TheBearSO 🍻

Read more comments on GitHub >

github_iconTop Results From Across the Web

Update Google Maps - Android
Find your Google Maps app version · Open the Google Maps app Maps . · Tap your profile picture or initial Account Circle...
Read more >
How to Update Google Maps on an iPhone or Android Phone
Tap "Updates," located in the bottom-right corner of the screen. 3. If you see the Maps app listed there, tap "Get Updates" next...
Read more >
Google Maps 11.29.0 beta app version released [May 2022]
Google is releasing a new update for the Google Maps application that comes with the latest version number 11.29.0 Beta. Therefore, the corresponding...
Read more >
Three new ways anyone can update Google Maps
Simply go to the “Updates” tab when you're looking at a place in Google Maps to see the latest photos that merchants and...
Read more >
Google Maps - Apps on Google Play
Navigate your world faster and easier with Google Maps. Over 220 countries and territories mapped and hundreds of millions of businesses and places...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found