Hi. Just got a dragend-event to work but I cannot figure out how to get the new position of my marker.
I'm doing onDragend={this.onMarkerPositionChanged} and
onMarkerPositionChanged(e) {
}
But how do I get the new position?
Nevermind. Just found the solution... e.latLng.lat()
:+1:
do you mind sharing the full solution for this please
never mind figured it out:)
@graig12 Maybe share your full solution for the next commenter to come?
Most helpful comment
Nevermind. Just found the solution... e.latLng.lat()