withPolylines abstract method

LineDataSourceBuilder withPolylines(
  1. List<LineData> polylines
)

Configures the builder to insert the given polylines in the data source.

  • polylines Polylines to add.

Returns LineDataSourceBuilder. This data source builder instance.

Implementation

LineDataSourceBuilder withPolylines(List<LineData> polylines);