Home
last modified time | relevance | path

Searched refs:onMarkerDragComplete (Results 1 – 17 of 17) sorted by relevance

/expo/packages/expo-maps/src/
H A DMap.types.ts305 onMarkerDragComplete?: (event: MarkerEvent) => void;
/expo/packages/expo-maps/build/
H A DMap.types.d.ts271 onMarkerDragComplete?: (event: MarkerEvent) => void;
H A DMap.types.js.map1 …marker.\n *\n * @default (event: MarkerEvent) => {}\n */\n onMarkerDragComplete?: (event: M…
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsView.kt54 private val onMarkerDragComplete by EventDispatcher<MarkerRecord>() constant
299 markers.setOnMarkerDragListeners(onMarkerDrag, onMarkerDragStarted, onMarkerDragComplete) in setupCallbacks()
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DCallbacksExample.tsx117 title: 'Enable onMarkerDragComplete event',
200 onMarkerDragComplete={(event) => {
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift85 expoMapView?.onMarkerDragComplete(MarkerRecord(id: id, marker: marker).toDictionary()) in mapView()
H A DGoogleMapsView.swift43 var onMarkerDragComplete = EventDispatcher() variable
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift85 expoMapView?.onMarkerDragComplete(MarkerRecord(id: id, marker: marker).toDictionary()) in mapView()
H A DGoogleMapsView.swift43 var onMarkerDragComplete = EventDispatcher() variable
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift85 expoMapView?.onMarkerDragComplete(MarkerRecord(id: id, marker: marker).toDictionary()) in mapView()
H A DGoogleMapsView.swift43 var onMarkerDragComplete = EventDispatcher() variable
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift32 var onMarkerDragComplete = EventDispatcher() variable
H A DAppleMapsDelegate.swift208 appleMapsView?.onMarkerDragComplete(MarkerRecord(marker: annotation).toDictionary())
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift32 var onMarkerDragComplete = EventDispatcher() variable
H A DAppleMapsDelegate.swift208 appleMapsView?.onMarkerDragComplete(MarkerRecord(marker: annotation).toDictionary())
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift32 var onMarkerDragComplete = EventDispatcher() variable
H A DAppleMapsDelegate.swift208 appleMapsView?.onMarkerDragComplete(MarkerRecord(marker: annotation).toDictionary())