showLayerGroup method

Future<void> showLayerGroup(
  1. String groupKey
)

Shows an entire group of layers (e.g., 'city', 'transport').

Implementation

Future<void> showLayerGroup(String groupKey) async {
  await layers.showGroup(groupKey);
}