menu
maphero_web package
documentation
maphero_web.dart
MapHeroMapController
getLayerIds method
getLayerIds method
dark_mode
light_mode
getLayerIds
method
@
override
Future
<
List
>
getLayerIds
(
)
override
Implementation
@override Future<List> getLayerIds() async { return _map.getLayers().map((e) => e.id).toList(); }
maphero_web package
documentation
maphero_web
MapHeroMapController
getLayerIds method
MapHeroMapController class