menu
maplibre package
documentation
maplibre.dart
StyleController
removeLayer abstract method
removeLayer abstract method
dark_mode
light_mode
removeLayer
abstract method
Future
<
void
>
removeLayer
(
String
id
)
Removes the layer with the given
id
from the map's style.
Implementation
Future<void> removeLayer(String id);
maplibre package
documentation
maplibre
StyleController
removeLayer abstract method
StyleController class