Releases: p-lr/MapCompose
Releases · p-lr/MapCompose
2.14.0
- New
visibleAreaFlow
api. Useful to listen to visible area updates using flows and coroutines. - Fix rendering issue when setting a new value for pathData with
updatePath
api - Fix #126: restore scroll after device rotation
- Ensure releasing native resources on shutdown
- Use Compose BOM 2024.12.01
2.13.0
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