withLoadPriority abstract method

MapLayerBuilder withLoadPriority(
  1. double loadPriority
)

Configures the builder to set the layer load priority.

Higher load priority values lead to layer being scheduled for loading before layers with lesser values.

  • loadPriority Load priority for layer.

Returns MapLayerBuilder. This class instance.

Implementation

MapLayerBuilder withLoadPriority(double loadPriority);