mapViewDidIndoorMapShowed method
- @mustCallSuper
@mustCallSuper, inherited
Implementation
@mustCallSuper
Future<void> mapViewDidIndoorMapShowed(MAMapView mapView, MAIndoorInfo indoorInfo) {
kNativeObjectPool.add(mapView);
kNativeObjectPool.add(indoorInfo);
debugPrint('mapViewDidIndoorMapShowed::kNativeObjectPool: $kNativeObjectPool');
}