-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] API changes for 0.2.0 #113
Comments
josxha
changed the title
[FEATURE] Breaking changes for 0.2.0
[FEATURE] API changes for 0.2.0
Oct 29, 2024
4 tasks
It's possible to structure the API docs by using https://pub.dev/packages/dartdoc#dartdoc_optionsyaml. |
josxha
pushed a commit
that referenced
this issue
Nov 13, 2024
- [X] Rename all the `Layer`s to `StyleLayer`s - [X] Rename `AnnotationLayer`s to `Layer`s - [X] Rename `createLayer` method to `createStyleLayer` - [X] Rename `AnnotationManager` to `LayerManager` - [X] Rename `annotation` to `layer` folder - [X] Rename `annotations` pages to `layers` in `example` - [X] Rename `layers` pages to `style_layers` in `example` Closes a task of #113
josxha
added a commit
that referenced
this issue
Nov 14, 2024
…er interface. (#141) - [X] Remove android and maplibre native specific options Closes a task of #113 --------- Co-authored-by: Joscha <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Planned
AnnotationLayer
s toLayer
s, renameLayer
s toStyleLayer
s (all child classes accordingly), feat!: Renamed all the Layer to StyleLayer. #139BBox
form geotypes insteadLngLatBounds
ZoomButtons
toControlButtons
and add optional track location button, feat!: Rename ZoomButtons to ControlButtons and add optional track location button #140StyleController? style
object. #143Considerations
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).The text was updated successfully, but these errors were encountered: