I’ve released v0.3.0 of MapLibre Compose, a multip...
# feed
s
I’ve released v0.3.0 of MapLibre Compose, a multiplatform (iOS+Android) library for interactive vector maps. This release continues to improve the expressions DSL and adds support for Material 3 map controls. https://github.com/sargunv/maplibre-compose/releases/tag/v0.3.0 • Overhauled the style layer expression DSL with a rewritten type system that strongly+implicitly types number expression arithmetic with units • And renamed much of the API to be more Kotlin idiomatic (as opposed to matching the corresponding JSON expression names) • Added support for the MapLibre Native scale bar on iOS and Android • And added a new module,
maplibre-compose-material3
with reimplemented attribution button, compass, and scale bar in Material 3 that can be overlayed on the map in place of the native ornaments from the SDK • Upgraded to the latest Kotlin and MapLibre Native (including documenting how to use it with Vulkan on Android)
🔥 2