I made a sample to draw line between two markers from Map features list.
and No line is showing on Map.
Can I expect draw LineString with Markers Map features?
I appreciate any help.
I made a sample to draw line between two markers from Map features list.
and No line is showing on Map.
Can I expect draw LineString with Markers Map features?
I appreciate any help.
You are feeding the linestring a list of lists, not a string
You should be able to draw a line between Map Markers. This discussion Deleted past markers
might show how to do what you want to do using the location information from your Markers. See post #8 possibly.