moveStyleLayer abstract method
- String layerId,
- LayerPosition? layerPosition
Moves a style layer to a new position.
Implementation
Future<void> moveStyleLayer(String layerId, LayerPosition? layerPosition);
Moves a style layer to a new position.
Future<void> moveStyleLayer(String layerId, LayerPosition? layerPosition);