R RichardN Well-Known Member Licensed User Longtime User Oct 4, 2020 #1 I don't see Drag/Drop functionality exposed in jGoogleMaps. Is there a method/lib that exposes this functionality?
I don't see Drag/Drop functionality exposed in jGoogleMaps. Is there a method/lib that exposes this functionality?
Erel B4X founder Staff member Licensed User Longtime User Oct 5, 2020 #2 B4X: Dim m As Marker = gmap.AddMarker(30, 30, "test") Dim jo As JavaObject = m Log(jo.GetFieldJO("jsObject").RunMethod("eval", Array($" this.setOptions({draggable: true}); "$))) Upvote 0
B4X: Dim m As Marker = gmap.AddMarker(30, 30, "test") Dim jo As JavaObject = m Log(jo.GetFieldJO("jsObject").RunMethod("eval", Array($" this.setOptions({draggable: true}); "$)))