mapbox / mapbox-maps-flutter

Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK
https://www.mapbox.com/mobile-maps-sdk
Other
285 stars 117 forks source link

Widget annotation #278

Open HasnainElexoft opened 1 year ago

HasnainElexoft commented 1 year ago

How can I add a widget annotation on map

vanvixi commented 1 year ago

Here's how I did it, hope it helps you:

Widget -> Capture Widget -> Unit8list -> draw to mapbox

Result
fodedoumbouya commented 1 year ago

hello @vanvixi,
I have tried that and it works fine but I want to use flutter widget because I want to add 3d model as my annotation. is that possible ..? thanks I can achieve that using flutter_map but that plugin does not support terrain view as this plugin and I want to have the terrain view and the 3d model on the maps