Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: Bump markerclusterer js utils library version to 2.5.3 and imp…
…rove README.md
  • Loading branch information
jokerttu committed Apr 30, 2024
commit 9aaaf7d56800cfb76c2ebd023bfb1e65b07b35f1
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down