withPolyline method - LineDataSourceBuilder class - mapview.datasource library - Dart API
withPolyline
withPolyline abstract method
- LineData polyline
Configures the builder to insert the given polyline in the data source.
polylinePolyline to add.
Returns LineDataSourceBuilder. This data source builder instance.
Implementation
LineDataSourceBuilder withPolyline(LineData polyline);