I\'m trying to update the lat/lng value of a marker after it is moved. The example provided uses a popup window to display the lat/lng.
I have a \"dragend\" event l
I think the API changed.
Nowadays is: const { lat, lng } = e.target.getCenter();
const { lat, lng } = e.target.getCenter();