isAutoFloorChangeEnabled property

  1. @override
bool get isAutoFloorChangeEnabled
override

Whether to allow the floor to automatically change, eg. when panning to a new building

Implementation

@override
bool get isAutoFloorChangeEnabled {
  return true;
}