S sasidhar Active Member Licensed User Longtime User Sep 9, 2017 #1 hi, I have added list of points(around 158) to list and set to google map polyline, still not showing on map. but no error coming. Dim pl As Polyline = gmap.AddPolyline pl.points = ppointlist pl.Color=Colors.Red thanks sasidhar
hi, I have added list of points(around 158) to list and set to google map polyline, still not showing on map. but no error coming. Dim pl As Polyline = gmap.AddPolyline pl.points = ppointlist pl.Color=Colors.Red thanks sasidhar
Erel B4X founder Staff member Licensed User Longtime User Sep 10, 2017 #2 Please use [code]code here...[/code] tags when posting code. We can only guess that the points you added are outside of the visible map. Upvote 0
Please use [code]code here...[/code] tags when posting code. We can only guess that the points you added are outside of the visible map.