Home
last modified time | relevance | path

Searched refs:onMapLoaded (Results 1 – 25 of 34) sorted by relevance

12

/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsCallbacks.kt24 fun setupOnMapLoaded(onMapLoaded: ViewEventCallback<Unit>) { in <lambda>()
26 onMapLoaded(Unit) in <lambda>()
H A DGoogleMapsView.kt44 private val onMapLoaded by EventDispatcher<Unit>() constant
288 callbacks.setupOnMapLoaded(onMapLoaded) in setupCallbacks()
/expo/packages/expo-maps/src/
H A DMap.types.ts228 onMapLoaded?: () => void;
/expo/packages/expo-maps/build/
H A DMap.types.d.ts205 onMapLoaded?: () => void;
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DCallbacksExample.tsx37 title: 'Enable onMapLoaded event',
170 onMapLoaded={() => {
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift31 expoMapView?.onMapLoaded([:]) in mapViewDidFinishTileRendering()
H A DGoogleMapsView.swift32 var onMapLoaded = EventDispatcher() variable
/expo/ios/Exponent/Versioned/Core/Api/Components/GoogleMaps/
H A DAIRGoogleMap.h30 @property (nonatomic, copy) RCTBubblingEventBlock onMapLoaded;
H A DAIRGoogleMap.m320 if (self.onMapLoaded) self.onMapLoaded(@{});
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/
H A DABI49_0_0AIRGoogleMap.h30 @property (nonatomic, copy) ABI49_0_0RCTBubblingEventBlock onMapLoaded;
H A DABI49_0_0AIRGoogleMap.m320 if (self.onMapLoaded) self.onMapLoaded(@{});
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift31 expoMapView?.onMapLoaded([:]) in mapViewDidFinishTileRendering()
H A DGoogleMapsView.swift32 var onMapLoaded = EventDispatcher() variable
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift31 expoMapView?.onMapLoaded([:]) in mapViewDidFinishTileRendering()
H A DGoogleMapsView.swift32 var onMapLoaded = EventDispatcher() variable
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/
H A DABI48_0_0AIRGoogleMap.h30 @property (nonatomic, copy) ABI48_0_0RCTBubblingEventBlock onMapLoaded;
H A DABI48_0_0AIRGoogleMap.m320 if (self.onMapLoaded) self.onMapLoaded(@{});
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/
H A DABI47_0_0AIRGoogleMap.h30 @property (nonatomic, copy) ABI47_0_0RCTBubblingEventBlock onMapLoaded;
H A DABI47_0_0AIRGoogleMap.m320 if (self.onMapLoaded) self.onMapLoaded(@{});
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift22 var onMapLoaded = EventDispatcher() variable
H A DAppleMapsDelegate.swift177 appleMapsView?.onMapLoaded([:]) in mapViewDidFinishRenderingMap()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift22 var onMapLoaded = EventDispatcher() variable
H A DAppleMapsDelegate.swift177 appleMapsView?.onMapLoaded([:]) in mapViewDidFinishRenderingMap()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift22 var onMapLoaded = EventDispatcher() variable
H A DAppleMapsDelegate.swift177 appleMapsView?.onMapLoaded([:]) in mapViewDidFinishRenderingMap()

12