Skip to content

Commit

Permalink
Updating version of google maps
Browse files Browse the repository at this point in the history
  • Loading branch information
rugoncalves committed Oct 2, 2024
1 parent 15f72f2 commit 14ab598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OSFramework/Maps/Helper/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ namespace OSFramework.Maps.Helper.Constants {
/** URL for GoogleMaps API to make use of the Google StaticMap */
export const googleMapsApiStaticMap = `${googleMapsApiURL}/staticmap`;
/** Version of the Google Maps to be loaded. */
export const gmversion = '3.55'; //Stable version Mid-February 2024.
export const gmversion = '3.57'; //Stable version Mid-February 2024.
// In order to use the drawingTools we need to add it into the libraries via the URL = drawing
// In order to use the heatmap we need to add it into the libraries via the URL = visualization
// In order to use the searchplaces we need to add it into the libraries via the URL = places (in case the Map is the first to import the scripts)
Expand Down

0 comments on commit 14ab598

Please sign in to comment.