withName abstract method

MapLayerBuilder withName(
  1. String name
)

Configures builder to use the given name as a layer name.

The name is a mandatory layer creation parameter.

  • name Name of the layer. Must be unique.

Returns MapLayerBuilder. This class instance.

Implementation

MapLayerBuilder withName(String name);