mapViewDidIndoorMapFloorIndexChanged method

  1. @mustCallSuper
Future<void> mapViewDidIndoorMapFloorIndexChanged (MAMapView mapView, MAIndoorInfo indoorInfo)
@mustCallSuper, inherited

Implementation

@mustCallSuper
Future<void> mapViewDidIndoorMapFloorIndexChanged(MAMapView mapView, MAIndoorInfo indoorInfo) {
  kNativeObjectPool.add(mapView);
  kNativeObjectPool.add(indoorInfo);
  debugPrint('mapViewDidIndoorMapFloorIndexChanged::kNativeObjectPool: $kNativeObjectPool');
}