Home
last modified time | relevance | path

Searched defs:mapView (Results 1 – 25 of 96) sorted by relevance

1234

/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift20 func mapView(_ mapView: GMSMapView, didTapAt coordinate: CLLocationCoordinate2D) { in mapView() function
24 func mapView(_ mapView: GMSMapView, didLongPressAt coordinate: CLLocationCoordinate2D) { in mapView() function
36 func mapView(_ mapView: GMSMapView, willMove: Bool) { in mapView() function
42 func mapView(_ mapView: GMSMapView, didChange position: GMSCameraPosition) { in mapView() function
55 func mapView(_ mapView: GMSMapView, idleAt position: GMSCameraPosition) { in mapView() function
61 func mapView(_ mapView: GMSMapView, didTap marker: GMSMarker) -> Bool { in mapView() function
73 func mapView(_ mapView: GMSMapView, didDrag marker: GMSMarker) { in mapView() function
78 func mapView(_ mapView: GMSMapView, didBeginDragging marker: GMSMarker) { in mapView() function
83 func mapView(_ mapView: GMSMapView, didEndDragging marker: GMSMarker) { in mapView() function
88 func mapView(_ mapView: GMSMapView, didTapMyLocation location: CLLocationCoordinate2D) { in mapView() function
[all …]
H A DGoogleMapsControls.swift4 private let mapView: GMSMapView variable
H A DGoogleMapsCircles.swift4 private let mapView: GMSMapView variable
H A DGoogleMapsGestures.swift4 private let mapView: GMSMapView variable
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift20 func mapView(_ mapView: GMSMapView, didTapAt coordinate: CLLocationCoordinate2D) { in mapView() function
24 func mapView(_ mapView: GMSMapView, didLongPressAt coordinate: CLLocationCoordinate2D) { in mapView() function
36 func mapView(_ mapView: GMSMapView, willMove: Bool) { in mapView() function
42 func mapView(_ mapView: GMSMapView, didChange position: GMSCameraPosition) { in mapView() function
55 func mapView(_ mapView: GMSMapView, idleAt position: GMSCameraPosition) { in mapView() function
61 func mapView(_ mapView: GMSMapView, didTap marker: GMSMarker) -> Bool { in mapView() function
73 func mapView(_ mapView: GMSMapView, didDrag marker: GMSMarker) { in mapView() function
78 func mapView(_ mapView: GMSMapView, didBeginDragging marker: GMSMarker) { in mapView() function
83 func mapView(_ mapView: GMSMapView, didEndDragging marker: GMSMarker) { in mapView() function
88 func mapView(_ mapView: GMSMapView, didTapMyLocation location: CLLocationCoordinate2D) { in mapView() function
[all …]
H A DGoogleMapsControls.swift4 private let mapView: GMSMapView variable
H A DGoogleMapsCircles.swift4 private let mapView: GMSMapView variable
H A DGoogleMapsGestures.swift4 private let mapView: GMSMapView variable
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift20 func mapView(_ mapView: GMSMapView, didTapAt coordinate: CLLocationCoordinate2D) { in mapView() function
24 func mapView(_ mapView: GMSMapView, didLongPressAt coordinate: CLLocationCoordinate2D) { in mapView() function
36 func mapView(_ mapView: GMSMapView, willMove: Bool) { in mapView() function
42 func mapView(_ mapView: GMSMapView, didChange position: GMSCameraPosition) { in mapView() function
55 func mapView(_ mapView: GMSMapView, idleAt position: GMSCameraPosition) { in mapView() function
61 func mapView(_ mapView: GMSMapView, didTap marker: GMSMarker) -> Bool { in mapView() function
73 func mapView(_ mapView: GMSMapView, didDrag marker: GMSMarker) { in mapView() function
78 func mapView(_ mapView: GMSMapView, didBeginDragging marker: GMSMarker) { in mapView() function
83 func mapView(_ mapView: GMSMapView, didEndDragging marker: GMSMarker) { in mapView() function
88 func mapView(_ mapView: GMSMapView, didTapMyLocation location: CLLocationCoordinate2D) { in mapView() function
[all …]
H A DGoogleMapsControls.swift4 private let mapView: GMSMapView variable
H A DGoogleMapsGestures.swift4 private let mapView: GMSMapView variable
H A DGoogleMapsCircles.swift4 private let mapView: GMSMapView variable
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift25 func mapView(_ mapView: MKMapView, rendererFor overlay: MKOverlay) -> MKOverlayRenderer { in mapView() function
62 func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? { in mapView() function
122 …func mapView(_ mapView: MKMapView, clusterAnnotationForMemberAnnotations memberAnnotations: [MKAnn… in mapView() function
162 func mapView(_ mapView: MKMapView, regionWillChangeAnimated animated: Bool) { in mapView() function
168 func mapView(_ mapView: MKMapView, regionDidChangeAnimated animated: Bool) { in mapView() function
182 func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) { in mapView() function
214 func mapView(_ mapView: MKMapView, didUpdate userLocation: MKUserLocation) { in mapView() function
H A DAppleMapsClusters.swift4 private let mapView: MKMapView variable
H A DAppleMapsGestures.swift4 private let mapView: MKMapView variable
H A DAppleMapsCircles.swift4 private let mapView: MKMapView variable
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift25 func mapView(_ mapView: MKMapView, rendererFor overlay: MKOverlay) -> MKOverlayRenderer { in mapView() function
62 func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? { in mapView() function
122 …func mapView(_ mapView: MKMapView, clusterAnnotationForMemberAnnotations memberAnnotations: [MKAnn… in mapView() function
162 func mapView(_ mapView: MKMapView, regionWillChangeAnimated animated: Bool) { in mapView() function
168 func mapView(_ mapView: MKMapView, regionDidChangeAnimated animated: Bool) { in mapView() function
182 func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) { in mapView() function
214 func mapView(_ mapView: MKMapView, didUpdate userLocation: MKUserLocation) { in mapView() function
H A DAppleMapsClusters.swift4 private let mapView: MKMapView variable
H A DAppleMapsCircles.swift4 private let mapView: MKMapView variable
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift25 func mapView(_ mapView: MKMapView, rendererFor overlay: MKOverlay) -> MKOverlayRenderer { in mapView() function
62 func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? { in mapView() function
122 …func mapView(_ mapView: MKMapView, clusterAnnotationForMemberAnnotations memberAnnotations: [MKAnn… in mapView() function
162 func mapView(_ mapView: MKMapView, regionWillChangeAnimated animated: Bool) { in mapView() function
168 func mapView(_ mapView: MKMapView, regionDidChangeAnimated animated: Bool) { in mapView() function
182 func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) { in mapView() function
214 func mapView(_ mapView: MKMapView, didUpdate userLocation: MKUserLocation) { in mapView() function
H A DAppleMapsClusters.swift4 private let mapView: MKMapView variable
H A DAppleMapsGestures.swift4 private let mapView: MKMapView variable
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/POIUtils/
H A DAppleMapsPOISearchResultsView.swift5 var mapView: MKMapView? variable
18 if let mapView = mapView { in viewWillAppear() variable
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/POIUtils/
H A DAppleMapsPOISearchResultsView.swift5 var mapView: MKMapView? variable
18 if let mapView = mapView { in viewWillAppear() variable
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/POIUtils/
H A DAppleMapsPOISearchResultsView.swift5 var mapView: MKMapView? variable
18 if let mapView = mapView { in viewWillAppear() variable

1234