| /expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/ |
| H A D | GoogleMapsCallbacks.kt | 24 fun setupOnMapLoaded(onMapLoaded: ViewEventCallback<Unit>) { in <lambda>() 26 onMapLoaded(Unit) in <lambda>()
|
| H A D | GoogleMapsView.kt | 44 private val onMapLoaded by EventDispatcher<Unit>() constant 288 callbacks.setupOnMapLoaded(onMapLoaded) in setupCallbacks()
|
| /expo/packages/expo-maps/src/ |
| H A D | Map.types.ts | 228 onMapLoaded?: () => void;
|
| /expo/packages/expo-maps/build/ |
| H A D | Map.types.d.ts | 205 onMapLoaded?: () => void;
|
| /expo/apps/native-component-list/src/screens/ExpoMaps/screens/ |
| H A D | CallbacksExample.tsx | 37 title: 'Enable onMapLoaded event', 170 onMapLoaded={() => {
|
| /expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsViewDelegate.swift | 31 expoMapView?.onMapLoaded([:]) in mapViewDidFinishTileRendering()
|
| H A D | GoogleMapsView.swift | 32 var onMapLoaded = EventDispatcher() variable
|
| /expo/ios/Exponent/Versioned/Core/Api/Components/GoogleMaps/ |
| H A D | AIRGoogleMap.h | 30 @property (nonatomic, copy) RCTBubblingEventBlock onMapLoaded;
|
| H A D | AIRGoogleMap.m | 320 if (self.onMapLoaded) self.onMapLoaded(@{});
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/ |
| H A D | ABI49_0_0AIRGoogleMap.h | 30 @property (nonatomic, copy) ABI49_0_0RCTBubblingEventBlock onMapLoaded;
|
| H A D | ABI49_0_0AIRGoogleMap.m | 320 if (self.onMapLoaded) self.onMapLoaded(@{});
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsViewDelegate.swift | 31 expoMapView?.onMapLoaded([:]) in mapViewDidFinishTileRendering()
|
| H A D | GoogleMapsView.swift | 32 var onMapLoaded = EventDispatcher() variable
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsViewDelegate.swift | 31 expoMapView?.onMapLoaded([:]) in mapViewDidFinishTileRendering()
|
| H A D | GoogleMapsView.swift | 32 var onMapLoaded = EventDispatcher() variable
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/ |
| H A D | ABI48_0_0AIRGoogleMap.h | 30 @property (nonatomic, copy) ABI48_0_0RCTBubblingEventBlock onMapLoaded;
|
| H A D | ABI48_0_0AIRGoogleMap.m | 320 if (self.onMapLoaded) self.onMapLoaded(@{});
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/ |
| H A D | ABI47_0_0AIRGoogleMap.h | 30 @property (nonatomic, copy) ABI47_0_0RCTBubblingEventBlock onMapLoaded;
|
| H A D | ABI47_0_0AIRGoogleMap.m | 320 if (self.onMapLoaded) self.onMapLoaded(@{});
|
| /expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsView.swift | 22 var onMapLoaded = EventDispatcher() variable
|
| H A D | AppleMapsDelegate.swift | 177 appleMapsView?.onMapLoaded([:]) in mapViewDidFinishRenderingMap()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsView.swift | 22 var onMapLoaded = EventDispatcher() variable
|
| H A D | AppleMapsDelegate.swift | 177 appleMapsView?.onMapLoaded([:]) in mapViewDidFinishRenderingMap()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsView.swift | 22 var onMapLoaded = EventDispatcher() variable
|
| H A D | AppleMapsDelegate.swift | 177 appleMapsView?.onMapLoaded([:]) in mapViewDidFinishRenderingMap()
|