i am using drift_marker but facing issue while i using these line of code.
marker = new Drift_Marker([Arrlat[0], Arrlng[0]], {
draggable: true,
title: "Resource location",
alt: "Resource Location",
riseOnHover: true
}).addTo(map)
.bindPopup("test").openPopup();
i am using drift_marker but facing issue while i using these line of code. marker = new Drift_Marker([Arrlat[0], Arrlng[0]], { draggable: true, title: "Resource location", alt: "Resource Location", riseOnHover: true }).addTo(map) .bindPopup("test").openPopup();
please consider.