rorystephenson/flutter_map_marker_popup

Question: how this can be adapted to work with mapbox_maps_flutter?

Closed this issue · 1 comments

Liked your library very much, but unfortunately I am currently stuck with mapbox_maps_flutter, if you can give me some suggestions on what APIs I need in order to port this over to support mapbox_maps_flutter, I can take a stab at it. Thank you!

Hi @wwyung . This plugin is quite closely tied to the inner workings of flutter_map. So I'm not sure that's going to be an easy feat. I think you'd be better served creating a plugin from scratch for mapbox and maybe copying some code from this plugin where it can be useful (i.e. popup positioning calculations).