withPolygons abstract method

PolygonDataSourceBuilder withPolygons(
  1. List<PolygonData> polygon
)

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

  • polygon The polygons to add.

Returns PolygonDataSourceBuilder. This data source builder instance.

Implementation

PolygonDataSourceBuilder withPolygons(List<PolygonData> polygon);