You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ This package is not an _endorsed_ implementation of `google_maps_flutter`. There
20
20
21
21
```yaml
22
22
dependencies:
23
-
google_maps_flutter: ^2.7.0
24
-
google_maps_flutter_tizen: ^0.1.10
23
+
google_maps_flutter: ^2.10.0
24
+
google_maps_flutter_tizen: ^0.1.11
25
25
```
26
26
27
27
For detailed usage, see https://pub.dev/packages/google_maps_flutter#sample-usage.
@@ -36,4 +36,4 @@ In addition, you need a Maps JavaScript API Key to use this plugin. You can get
36
36
37
37
- This plugin was implemented using the [Google JavaScript API](https://developers.google.com/maps/documentation/javascript/overview).
38
38
The Marker feature uses the [Legacy API](https://developers.google.com/maps/documentation/javascript/markers). Depending on the Deprecate plan of the JavaScript API, some parts may not work.
39
-
- The [marker clustering feature](https://pub.dev/packages/google_maps_flutter_platform_interface/changelog#260) is not yet supported.
39
+
- [Marker clustering features](https://pub.dev/packages/google_maps_flutter_platform_interface/changelog#260), [heatmap layers](https://pub.dev/packages/google_maps_flutter_platform_interface/changelog#290), and tile overlays are not yet supported.
0 commit comments