ibrierley / flutter_map_dragmarker

A drag marker for flutter_map
BSD 3-Clause "New" or "Revised" License
54 stars 37 forks source link

floatingActionButton to center the marker on the map? #2

Open ChoupidoudouX opened 3 years ago

ChoupidoudouX commented 3 years ago

Hello. Is it possible to create a button to center the marker in view of the map? I manage to send it the coordinates for the center when loading my map but not to interact with it with a floatingActionButton ... In any case, thank you for this very useful plugin !!

ibrierley commented 3 years ago

Not sure I entirely follow. Can't you use the onDragUpdate callback, update some variable from that, and then make your button make the mapController move to that location ?

ChoupidoudouX commented 3 years ago

I am a junior developer, I don't necessarily have the right reflexes. It's an interesting reflection, I will work on this approach. Thank you so much.