withLoadPriority method - MapLayerBuilder class - mapview library - Dart API
withLoadPriority
withLoadPriority abstract method
- 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.
loadPriorityLoad priority for layer.
Returns MapLayerBuilder. This class instance.
Implementation
MapLayerBuilder withLoadPriority(double loadPriority);