floatingActionButton to center the marker on the map?
Opened this issue · 2 comments
ChoupidoudouX commented
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
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
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.