withPolylines abstract method
- List<
LineData> polylines
Configures the builder to insert the given polylines in the data source.
polylinesPolylines to add.
Returns LineDataSourceBuilder. This data source builder instance.
Implementation
LineDataSourceBuilder withPolylines(List<LineData> polylines);