Android Question Google map addpolyline

sasidhar

Active Member
Licensed User
Longtime User
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
 
Top