IndoorlevelOverlay constructor

IndoorlevelOverlay({
  1. required MapModel mapModel,
  2. Map<int, String?>? indoorLevels,
  3. double? bottom,
})

Implementation

IndoorlevelOverlay({required this.mapModel, this.indoorLevels, this.bottom});