Home
last modified time | relevance | path

Searched refs:onRegionChangeStarted (Results 1 – 18 of 18) sorted by relevance

/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsCallbacks.kt48 fun setupOnRegionChangeStarted(onRegionChangeStarted: ViewEventCallback<CameraPositionRecord>) { in <lambda>()
50 onRegionChangeStarted(CameraPositionRecord(map.cameraPosition)) in <lambda>()
H A DGoogleMapsView.kt48 private val onRegionChangeStarted by EventDispatcher<CameraPositionRecord>() constant
290 callbacks.setupOnRegionChangeStarted(onRegionChangeStarted) in setupCallbacks()
/expo/packages/expo-maps/src/
H A DMap.types.ts263 onRegionChangeStarted?: (event: OnRegionChangeEvent) => void;
/expo/packages/expo-maps/build/
H A DMap.types.d.ts235 onRegionChangeStarted?: (event: OnRegionChangeEvent) => void;
H A DMap.types.js.map1 …n *\n * @default (event: OnRegionChangeEvent) => {}\n */\n onRegionChangeStarted?: (event: …
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DCallbacksExample.tsx74 title: 'Enable onRegionChangeStarted event',
177 onRegionChangeStarted={(event) => {
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift37 expoMapView?.onRegionChangeStarted(CameraPositionRecord( in mapView()
H A DGoogleMapsView.swift37 var onRegionChangeStarted = EventDispatcher() variable
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift37 expoMapView?.onRegionChangeStarted(CameraPositionRecord( in mapView()
H A DGoogleMapsView.swift37 var onRegionChangeStarted = EventDispatcher() variable
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift37 expoMapView?.onRegionChangeStarted(CameraPositionRecord( in mapView()
H A DGoogleMapsView.swift37 var onRegionChangeStarted = EventDispatcher() variable
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift27 var onRegionChangeStarted = EventDispatcher() variable
H A DAppleMapsDelegate.swift163 appleMapsView?.onRegionChangeStarted( in mapView()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift27 var onRegionChangeStarted = EventDispatcher() variable
H A DAppleMapsDelegate.swift163 appleMapsView?.onRegionChangeStarted( in mapView()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift27 var onRegionChangeStarted = EventDispatcher() variable
H A DAppleMapsDelegate.swift163 appleMapsView?.onRegionChangeStarted( in mapView()