mapbox-maps-flutter icon indicating copy to clipboard operation
mapbox-maps-flutter copied to clipboard

Feature question regarding Mapbox Recorder and Add a Line to 3D Terrain?

Open protheeuz opened this issue 3 months ago • 2 comments

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?

protheeuz avatar Sep 29 '25 03:09 protheeuz

will this feature be implemented in the future? @maios

protheeuz avatar Oct 15 '25 01:10 protheeuz

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:

  1. Where are the .dart source 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!

protheeuz avatar Oct 15 '25 12:10 protheeuz