addPolylines

open fun addPolylines(@NonNull polylineOptionsList: List<PolylineOptions>): List<Polyline>

Deprecated

As of 7.0.0, use MapLibre Annotation Plugin instead

Adds multiple polylines to this map.

Return

A list of the Polylines that were added to the map.

Parameters

polylineOptionsList

A list of polyline options objects that defines how to render the polylines.