josxha / flutter-maplibre

Permissive and performant mapping library that supports Mapbox Vector Tiles (MVT) powered by MapLibre SDKs.
https://flutter-maplibre.pages.dev
Other
17 stars 3 forks source link

[FEATURE] Static typed MapLibre Style Expressions #72

Open josxha opened 1 month ago

josxha commented 1 month ago

Feature Description

We could provide static typing for MapLibre Style expressions. As example, Expressions are used to calculate and apply Layer properties according to the zoom level.

Describe alternatives you've considered

It is already possible to define all kind of expressions via a Map in the layout and paint properties of the Layers. There is currently no way for the high-level AnnotationLayers.

Additional context