nativescript-mapbox
nativescript-mapbox copied to clipboard
Updating Map Marker Position Via Dragging
Hi @EddyVerbruggen ,
Thanks for creating another great plugin! My question pertains to the ability of a user to drag a marker, polyline, & polygon to adjust it's given point (lat, lng) position. I'd like to a user to be able to adjust the position of a given marker by dragging it rather than tapping on the map & collecting the lat, lng of the tapped area.
Please let me know if you have any insight into how this may be accomplished. Per the Mapbox GL JS documentation dragging should be available.
@EddyVerbruggen Would you happen to have any insight on how this could be accomplished?
You can implement this yourself, it's a bit of work but it's definitely possible