mapbox-maps-flutter
mapbox-maps-flutter copied to clipboard
Feature question regarding Mapbox Recorder and Add a Line to 3D Terrain?
Hi Mapbox team,
Will Mapbox for Flutter include methods like Mapbox Recorder and Add a Line to 3D Terrain in the future, similar to Mapbox's native Android and iOS versions?
will this feature be implemented in the future? @maios
Hi @maios @evil159,
I want to contribute a new feature MapboxMapRecorder to the Flutter SDK and need to add new platform channel APIs.
Issue: All files in lib/src/pigeons/ are auto-generated by Pigeon v25.2.0, but I can't find the source definition files (with @HostApi annotations) anywhere in the repo.
Questions:
- Where are the
.dartsource files used to generate platform channel code?
What I need to add:
- New data classed:
MapRecorderOptions,MapPlayerOptions - New HostApi:
_MapRecorder
Thanks for any guidance on the proper contribution process!