withAttributes abstract method

PolygonDataBuilder withAttributes(
  1. DataAttributes attributes
)

Configures the builder with custom attributes for polygon to be created.

  • attributes Custom data attributes to be associated with the polygon.

Returns PolygonDataBuilder. The builder.

Implementation

PolygonDataBuilder withAttributes(DataAttributes attributes);