polylines property

Set<Polyline> polylines
final

Polylines to be placed on the map. (apart from the one generated between the sourceLatLng and the destinationLatLng.

You can disable the generated polyline by setting the showPolyline to false.

Implementation

final Set<Polyline> polylines;