Open josxha opened 2 weeks ago
AnnotationLayer
Layer
StyleLayer
BBox
LngLatBounds
ZoomButtons
ControlButtons
geotypes
Export all geotypes classes in a new library called geotypes to clean up the API docs.
It's possible to structure the API docs by using https://pub.dev/packages/dartdoc#dartdoc_optionsyaml.
Planned
AnnotationLayer
s toLayer
s, renameLayer
s toStyleLayer
s (all child classes accordingly), https://github.com/josxha/flutter-maplibre/pull/139BBox
form geotypes insteadLngLatBounds
ZoomButtons
toControlButtons
and add optional track location button, https://github.com/josxha/flutter-maplibre/pull/140Considerations
Export all geotypes classes in a new library calledgeotypes
to clean up the API docs.Make some MapController functions synchronous (Only if the merged platform and ui thead get released to the stable branch).