You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following example I expect the circle to update it's position once the marker is dragged.
Even when manually printing out latitude and longitude via on-drag the marker always shows only the initial values I set.
Do I miss something or is it a bug?
// […]
updateCircle: function(e){// this will always show only the initial location set, not the new one after draggingconsole.log(e.originalTarget.latitude,e.originalTarget.longitude);}
The text was updated successfully, but these errors were encountered:
In the following example I expect the circle to update it's position once the marker is dragged.
Even when manually printing out
latitude
andlongitude
viaon-drag
the marker always shows only the initial values I set.Do I miss something or is it a bug?
The text was updated successfully, but these errors were encountered: