Releases: p-lr/MapCompose
Releases · p-lr/MapCompose
2.12.12
2.12.11
2.12.9
2.12.8
2.12.7
2.12.6
- Improved performance of path click handler
- Fix issue when adding a path with an
offset
but without specifying acount
- Fix potential subsampling issue
- Custom cluster click bahavior now have an optional parameter
withDefaultBehavior
(#115) - Uses Compose BOM 2024.06.00, Kotlin 1.9.23, Compose compiler 1.5.11
- Targets Android 15 (api 35)
2.12.2
- Add ability to fill a path with a color, as if the path was closed, using the new
fillColor
parameter ofaddPath
api. The path then looks like a filled polygon. However, click handling is unchanged. So even iffillColor
is set, click gestures are only handled along the path. - Uses Compose BOM 2024.04.00, Kotlin 1.9.23, Compose compiler 1.5.11
2.12.0
2.11.1
2.11.0
- New apis to handle long-press on markers and paths:
onMarkerLongPress
andonPathLongPress
- ⚠ The recently added
onPathClickTraversal
api is renamedonPathHitTraversal
which takes an additionalHitType
parameter. Usages are straightforward to fix. - Uses Compose BOM 2023.10.01, Kotlin 1.9.21, Compose compiler 1.5.7