Skip to content

Releases: googlemaps/android-maps-compose

v2.1.0

31 Mar 17:12
Compare
Choose a tag to compare

2.1.0 (2022-03-31)

Features

  • Support specifying animation duration for camera changes. (#83) (aa02773)

v2.0.0

22 Mar 19:49
Compare
Choose a tag to compare

2.0.0 (2022-03-22)

Features

  • Enables observing marker drag events (#11)
  • Enables showing/hiding info window (#69)

BREAKING CHANGES

  • position on Marker and sibling composables have been removed. Use MarkerPositionState to set the position instead.

v1.3.1

14 Mar 17:40
Compare
Choose a tag to compare

1.3.1 (2022-03-14)

Bug Fixes

  • Use firstOrNull vs first to prevent NoSuchElementException (#43) (c68fc93)

v1.3.0

10 Mar 19:16
Compare
Choose a tag to compare

1.3.0 (2022-03-10)

Features

  • Add support to get projection. (#53) (e085588)
  • Requires Jetpack Compose 1.2.x

v1.2.0

16 Feb 17:47
Compare
Choose a tag to compare

1.2.0 (2022-02-16)

Features

  • Pass Location to onMyLocationClick (#39) (8c871c4)

v1.1.0

14 Feb 17:53
Compare
Choose a tag to compare

1.1.0 (2022-02-14)

Features

v1.0.1

07 Feb 22:20
Compare
Choose a tag to compare

1.0.1 (2022-02-07)

Bug Fixes

  • Set CameraPositionState.position when using .move() (#17) (ac85437)

v1.0.0

03 Feb 22:09
Compare
Choose a tag to compare

Initial release. Requires Jetpack Compose 1.1.x.