setPriority abstract method

void setPriority(
  1. MapLayerPriority priority
)

Sets the render priority for the layer which replaces any previously defined priorities.

  • priority Priority for the layer.

Implementation

void setPriority(MapLayerPriority priority);