Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowei-guan committed Jul 25, 2024
2 parents 279497f + 825d839 commit 2c736b3
Show file tree
Hide file tree
Showing 50 changed files with 2,229 additions and 723 deletions.
10 changes: 10 additions & 0 deletions packages/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.1.7

* Update webview_flutter_lwe to 0.3.2.
* Update google_maps_flutter to 2.7.0.
* Update google_maps_flutter_platform_interface to 2.7.0.
* Update example code.
* Supports BitmapDescriptor.asset/bytes.
* Supports byte type marker icons.
* Update integration test.

## 0.1.6

* Fix new lint warnings.
Expand Down
10 changes: 8 additions & 2 deletions packages/google_maps_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ This package is not an _endorsed_ implementation of `google_maps_flutter`. There

```yaml
dependencies:
google_maps_flutter: ^2.1.7
google_maps_flutter_tizen: ^0.1.6
google_maps_flutter: ^2.7.0
google_maps_flutter_tizen: ^0.1.7
```
For detailed usage, see https://pub.dev/packages/google_maps_flutter#sample-usage.
Expand All @@ -31,3 +31,9 @@ In addition, you need a Maps JavaScript API Key to use this plugin. You can get
```js
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY">
```

## Limitations

- This plugin was implemented using the [Google JavaScript API](https://developers.google.com/maps/documentation/javascript/overview).
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.
- The [marker clustering feature](https://pub.dev/packages/google_maps_flutter_platform_interface/changelog#260) is not yet supported.
Loading

0 comments on commit 2c736b3

Please sign in to comment.