areBuildingsEnabled method

Future<bool> areBuildingsEnabled({
  1. required int mapId,
})

Returns true if the building layer is enabled.

Implementation

Future<bool> areBuildingsEnabled({required int mapId}) {
  throw UnimplementedError('areBuildingsEnabled() has not been implemented.');
}