Nkalampika Active Member Licensed User Nov 12, 2017 #1 i'm having trouble with markers when a marker changes its position it leaves some sort of drags behind.
i'm having trouble with markers when a marker changes its position it leaves some sort of drags behind.
Erel B4X founder Staff member Licensed User Longtime User Nov 13, 2017 #2 Can you upload a project that demonstrates this issue? Upvote 0
Nkalampika Active Member Licensed User Nov 14, 2017 #3 Hi ,Erel Attachments azur-maps.zip 10.2 KB · Views: 187 Upvote 0
Nkalampika Active Member Licensed User Nov 14, 2017 #4 I corrected this problem by this trick: If gmap.IsReady Then m.Visible = False '<<<<<<<<<<<<<<<<<<<<<<< Dim LL As LatLng LL.Initialize (latitudes, longitudes) m.Position = LL AttachInfoWindow (m, "Nkala mpika raphael archangel") 'm.Title = "nkala mpika" Sleep (60) '<<<<<<<<<<<<<<<<<<<<<<<<<<<<< m.Visible = True'<<<<<<<<<<<<<<<<<<<<<<<<<<<< End If Upvote 0
I corrected this problem by this trick: If gmap.IsReady Then m.Visible = False '<<<<<<<<<<<<<<<<<<<<<<< Dim LL As LatLng LL.Initialize (latitudes, longitudes) m.Position = LL AttachInfoWindow (m, "Nkala mpika raphael archangel") 'm.Title = "nkala mpika" Sleep (60) '<<<<<<<<<<<<<<<<<<<<<<<<<<<<< m.Visible = True'<<<<<<<<<<<<<<<<<<<<<<<<<<<< End If