withPolyline abstract method

LineDataSourceBuilder withPolyline(
  1. LineData polyline
)

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

  • polyline Polyline to add.

Returns LineDataSourceBuilder. This data source builder instance.

Implementation

LineDataSourceBuilder withPolyline(LineData polyline);