Skip to content

Commit

Permalink
[google_maps_flutter] Add improvements to BitmapDescriptor API
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu committed May 8, 2024
1 parent 8de142d commit 04e97b8
Show file tree
Hide file tree
Showing 5 changed files with 1,007 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.7.0

* Adds better support for marker size and scaling behaviour with `AssetMapBitmap` and `BytesMapBitmap`.
* Deprecates `BitmapDescriptor.fromAssetImage` in favor of `BitmapDescriptor.asset` and `AssetMapBitmap.create`.
* Deprecates `BitmapDescriptor.fromBytes` in favor of `BitmapDescriptor.bytes` and `BytesMapBitmap`

## 2.6.0

* Adds support for marker clustering.
Expand Down

0 comments on commit 04e97b8

Please sign in to comment.