-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump markerclusterer js utils library version to 2.5.3 and imp…
…rove README.md
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,14 +52,14 @@ Now you should be able to use the Google Maps plugin normally. | |
|
||
## Marker clustering | ||
|
||
If you need marker clustering support, modify the <head> tag to load the [js-markerclusterer](https://github.com/googlemaps/js-markerclusterer#install) library, like so: | ||
If you need marker clustering support, modify the <head> tag to load the [js-markerclusterer](https://github.com/googlemaps/js-markerclusterer#install) library. Ensure you are using the currently supported version `2.5.3`, like so: | ||
|
||
```html | ||
<head> | ||
|
||
<!-- // Other stuff --> | ||
|
||
<script src="https://unpkg.com/@googlemaps/[email protected].0/dist/index.min.js"></script> | ||
<script src="https://unpkg.com/@googlemaps/[email protected].3/dist/index.min.js"></script> | ||
</head> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<title>Browser Tests</title> | ||
<!-- This API key comes from: go/flutter-maps-web-tests-api-key (GCP project: flutter-infra) --> | ||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAa9cRBkhuxGq3Xw3HPz8SPwaVOhRmm7kk&libraries=geometry"></script> | ||
<script src="https://unpkg.com/@googlemaps/[email protected].0/dist/index.min.js"></script> | ||
<script src="https://unpkg.com/@googlemaps/[email protected].3/dist/index.min.js"></script> | ||
</head> | ||
<body> | ||
<script src="main.dart.js"></script> | ||
|