Home
last modified time | relevance | path

Searched refs:onLocationButtonPress (Results 1 – 15 of 15) sorted by relevance

/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsCallbacks.kt22 private var onLocationButtonPress: ViewEventCallback<UserLocationRecord>? = null in <lambda>() variable in expo.modules.maps.googleMaps.GoogleMapsCallbacks
70 …fun setupOnLocationButtonButtonPress(onLocationButtonPress: ViewEventCallback<UserLocationRecord>)… in <lambda>()
71 this.onLocationButtonPress = onLocationButtonPress in <lambda>()
105 onLocationButtonPress?.let { it(UserLocationRecord(location)) } in <lambda>()
H A DGoogleMapsView.kt56 private val onLocationButtonPress by EventDispatcher<UserLocationRecord>() constant
294 callbacks.setupOnLocationButtonButtonPress(onLocationButtonPress) in setupCallbacks()
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift34 var onLocationButtonPress = EventDispatcher() variable
159 onLocationButtonPress(UserLocationRecord(location: mapView.userLocation).toDictionary()) in hitTest()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift34 var onLocationButtonPress = EventDispatcher() variable
159 onLocationButtonPress(UserLocationRecord(location: mapView.userLocation).toDictionary()) in hitTest()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift34 var onLocationButtonPress = EventDispatcher() variable
159 onLocationButtonPress(UserLocationRecord(location: mapView.userLocation).toDictionary()) in hitTest()
/expo/packages/expo-maps/src/
H A DMap.types.ts326 onLocationButtonPress?: (event: OnLocationButtonPressEvent) => void;
/expo/packages/expo-maps/build/
H A DMap.types.d.ts289 onLocationButtonPress?: (event: OnLocationButtonPressEvent) => void;
H A DMap.types.js.map1 … * @default (event: OnLocationButtonPressEvent) => {}\n */\n onLocationButtonPress?: (event: …
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DCallbacksExample.tsx138 title: 'Enable onLocationButtonPress event',
214 onLocationButtonPress={(event) => {
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift96 expoMapView?.onLocationButtonPress(UserLocationRecord(location: myLocation).toDictionary()) in didTapMyLocationButton()
H A DGoogleMapsView.swift45 var onLocationButtonPress = EventDispatcher() variable
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift96 expoMapView?.onLocationButtonPress(UserLocationRecord(location: myLocation).toDictionary()) in didTapMyLocationButton()
H A DGoogleMapsView.swift45 var onLocationButtonPress = EventDispatcher() variable
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift96 expoMapView?.onLocationButtonPress(UserLocationRecord(location: myLocation).toDictionary()) in didTapMyLocationButton()
H A DGoogleMapsView.swift45 var onLocationButtonPress = EventDispatcher() variable