Home
last modified time | relevance | path

Searched refs:onPoiClick (Results 1 – 25 of 29) sorted by relevance

12

/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsCallbacks.kt64 fun setupOnPoiClick(onPoiClick: ViewEventCallback<PointOfInterestRecord>) { in <lambda>()
66 onPoiClick(PointOfInterestRecord(it)) in <lambda>()
H A DGoogleMapsPlaces.kt66 override fun onPoiClick(pointOfInterest: PointOfInterest) { in onPoiClick() method
H A DGoogleMapsView.kt50 private val onPoiClick by EventDispatcher<PointOfInterestRecord>() constant
292 callbacks.setupOnPoiClick(onPoiClick) in setupCallbacks()
/expo/packages/expo-maps/src/
H A DMap.types.ts277 onPoiClick?: (event: OnPoiClickEvent) => void;
/expo/packages/expo-maps/build/
H A DMap.types.d.ts247 onPoiClick?: (event: OnPoiClickEvent) => void;
H A DMap.types.js.map1 …est.\n *\n * @default (event: OnRegionChangeEvent) => {}\n */\n onPoiClick?: (event: OnPoiC…
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DCallbacksExample.tsx88 title: 'Enable onPoiClick event',
185 onPoiClick={(event) => {
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift113 …expoMapView?.onPoiClick(PointOfInterestRecord(placeId: placeId, name: name, location: location).to…
H A DGoogleMapsView.swift39 var onPoiClick = EventDispatcher() variable
/expo/ios/Exponent/Versioned/Core/Api/Components/GoogleMaps/
H A DAIRGoogleMap.h38 @property (nonatomic, copy) RCTBubblingEventBlock onPoiClick;
H A DAIRGoogleMap.m392 if (self.onPoiClick) self.onPoiClick(event);
H A DAIRGoogleMapManager.m102 RCT_EXPORT_VIEW_PROPERTY(onPoiClick, RCTDirectEventBlock) category
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/
H A DABI49_0_0AIRGoogleMap.h38 @property (nonatomic, copy) ABI49_0_0RCTBubblingEventBlock onPoiClick;
H A DABI49_0_0AIRGoogleMap.m392 if (self.onPoiClick) self.onPoiClick(event);
H A DABI49_0_0AIRGoogleMapManager.m102 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(onPoiClick, ABI49_0_0RCTDirectEventBlock) category
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift113 …expoMapView?.onPoiClick(PointOfInterestRecord(placeId: placeId, name: name, location: location).to…
H A DGoogleMapsView.swift39 var onPoiClick = EventDispatcher() variable
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift113 …expoMapView?.onPoiClick(PointOfInterestRecord(placeId: placeId, name: name, location: location).to…
H A DGoogleMapsView.swift39 var onPoiClick = EventDispatcher() variable
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/
H A DABI48_0_0AIRGoogleMap.h38 @property (nonatomic, copy) ABI48_0_0RCTBubblingEventBlock onPoiClick;
H A DABI48_0_0AIRGoogleMap.m392 if (self.onPoiClick) self.onPoiClick(event);
H A DABI48_0_0AIRGoogleMapManager.m102 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(onPoiClick, ABI48_0_0RCTDirectEventBlock) category
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/
H A DABI47_0_0AIRGoogleMap.h38 @property (nonatomic, copy) ABI47_0_0RCTBubblingEventBlock onPoiClick;
H A DABI47_0_0AIRGoogleMap.m392 if (self.onPoiClick) self.onPoiClick(event);
H A DABI47_0_0AIRGoogleMapManager.m102 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(onPoiClick, ABI47_0_0RCTDirectEventBlock) category

12