Home
last modified time | relevance | path

Searched refs:onRegionChange (Results 1 – 25 of 30) sorted by relevance

12

/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsCallbacks.kt42 fun setupOnRegionChange(onRegionChange: ViewEventCallback<CameraPositionRecord>) { in <lambda>()
44 onRegionChange(CameraPositionRecord(map.cameraPosition)) in <lambda>()
H A DGoogleMapsView.kt47 private val onRegionChange by EventDispatcher<CameraPositionRecord>() constant
289 callbacks.setupOnRegionChange(onRegionChange) in setupCallbacks()
/expo/packages/expo-maps/src/
H A DMap.types.ts256 onRegionChange?: (event: OnRegionChangeEvent) => void;
/expo/packages/expo-maps/build/
H A DMap.types.d.ts229 onRegionChange?: (event: OnRegionChangeEvent) => void;
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI49_0_0AIRMap.h68 @property (nonatomic, copy) ABI49_0_0RCTDirectEventBlock onRegionChange;
/expo/ios/Exponent/Versioned/Core/Api/Components/Maps/
H A DAIRMap.h68 @property (nonatomic, copy) RCTDirectEventBlock onRegionChange;
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI48_0_0AIRMap.h69 @property (nonatomic, copy) ABI48_0_0RCTDirectEventBlock onRegionChange;
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI47_0_0AIRMap.h69 @property (nonatomic, copy) ABI47_0_0RCTDirectEventBlock onRegionChange;
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DCallbacksExample.tsx67 title: 'Enable onRegionChange event',
173 onRegionChange={(event) => {
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift50 expoMapView?.onRegionChange(CameraPositionRecord( in mapView()
H A DGoogleMapsView.swift36 var onRegionChange = EventDispatcher() variable
/expo/ios/Exponent/Versioned/Core/Api/Components/GoogleMaps/
H A DAIRGoogleMap.h39 @property (nonatomic, copy) RCTDirectEventBlock onRegionChange;
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/
H A DABI49_0_0AIRGoogleMap.h39 @property (nonatomic, copy) ABI49_0_0RCTDirectEventBlock onRegionChange;
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift50 expoMapView?.onRegionChange(CameraPositionRecord( in mapView()
H A DGoogleMapsView.swift36 var onRegionChange = EventDispatcher() variable
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift50 expoMapView?.onRegionChange(CameraPositionRecord( in mapView()
H A DGoogleMapsView.swift36 var onRegionChange = EventDispatcher() variable
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/
H A DABI48_0_0AIRGoogleMap.h39 @property (nonatomic, copy) ABI48_0_0RCTDirectEventBlock onRegionChange;
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/
H A DABI47_0_0AIRGoogleMap.h39 @property (nonatomic, copy) ABI47_0_0RCTDirectEventBlock onRegionChange;
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift26 var onRegionChange = EventDispatcher() variable
H A DAppleMapsDelegate.swift157 appleMapsView?.onRegionChange( in mapViewDidChangeVisibleRegion()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift26 var onRegionChange = EventDispatcher() variable
H A DAppleMapsDelegate.swift157 appleMapsView?.onRegionChange( in mapViewDidChangeVisibleRegion()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift26 var onRegionChange = EventDispatcher() variable
H A DAppleMapsDelegate.swift157 appleMapsView?.onRegionChange( in mapViewDidChangeVisibleRegion()

12