Home
last modified time | relevance | path

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

/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsCallbacks.kt111 fun setupOnLocationChange(onLocationChange: ViewEventCallback<UserLocationRecord>) { in <lambda>()
117 onLocationChange(UserLocationRecord(location)) in <lambda>()
H A DGoogleMapsView.kt58 private val onLocationChange by EventDispatcher<UserLocationRecord>() constant
296 callbacks.setupOnLocationChange(onLocationChange) in setupCallbacks()
/expo/packages/expo-maps/src/
H A DMap.types.ts332 onLocationChange?: (event: OnLocationChangeEvent) => void;
/expo/packages/expo-maps/build/
H A DMap.types.d.ts294 onLocationChange?: (event: OnLocationChangeEvent) => void;
H A DMap.types.js.map1 …ected\n * @default (event: OnLocationChangeEvent) => {}\n */\n onLocationChange?: (event: OnL…
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DCallbacksExample.tsx131 title: 'Enable onLocationChange event',
208 onLocationChange={(event) => {
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift120 … expoMapView?.onLocationChange(UserLocationRecord(location: mapView.myLocation!).toDictionary()) in observeValue()
H A DGoogleMapsView.swift47 var onLocationChange = EventDispatcher() variable
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift120 … expoMapView?.onLocationChange(UserLocationRecord(location: mapView.myLocation!).toDictionary()) in observeValue()
H A DGoogleMapsView.swift47 var onLocationChange = EventDispatcher() variable
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift120 … expoMapView?.onLocationChange(UserLocationRecord(location: mapView.myLocation!).toDictionary()) in observeValue()
H A DGoogleMapsView.swift47 var onLocationChange = EventDispatcher() variable
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift36 var onLocationChange = EventDispatcher() variable
H A DAppleMapsDelegate.swift215 appleMapsView?.onLocationChange(UserLocationRecord(location: userLocation).toDictionary()) in mapView()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift36 var onLocationChange = EventDispatcher() variable
H A DAppleMapsDelegate.swift215 appleMapsView?.onLocationChange(UserLocationRecord(location: userLocation).toDictionary()) in mapView()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift36 var onLocationChange = EventDispatcher() variable
H A DAppleMapsDelegate.swift215 appleMapsView?.onLocationChange(UserLocationRecord(location: userLocation).toDictionary()) in mapView()