Polyline
A composable for a polyline on the map.
Parameters
the points comprising the polyline
boolean indicating if the polyline is clickable or not
the color of the polyline
a cap at the end vertex of the polyline
specifies whether to draw the polyline as a geodesic
the joint type for all vertices of the polyline except the start and end vertices
the pattern for the polyline
the cap at the start vertex of the polyline
the visibility of the polyline
the width of the polyline in screen pixels
the z-index of the polyline
a lambda invoked when the polyline is clicked
A composable for a polyline on the map that supports a StyleSpan.
Parameters
the points comprising the polyline
style spans for the polyline
boolean indicating if the polyline is clickable or not
a cap at the end vertex of the polyline
specifies whether to draw the polyline as a geodesic
the joint type for all vertices of the polyline except the start and end vertices
the pattern for the polyline
the cap at the start vertex of the polyline
the visibility of the polyline
the width of the polyline in screen pixels
the z-index of the polyline
a lambda invoked when the polyline is clicked