withPriority abstract method

MapLayerBuilder withPriority(
  1. MapLayerPriority priority
)

Configures the builder to set the MapLayerPriority to be used by the layer.

  • priority MapLayerPriority which should be applied to the layer.

Returns MapLayerBuilder. This class instance.

Implementation

MapLayerBuilder withPriority(MapLayerPriority priority);