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