Home
last modified time | relevance | path

Searched refs:mapView (Results 1 – 25 of 133) sorted by relevance

123456

/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
101 func mapView(
[all …]
H A DGoogleMapsCameraAnimations.swift6 private let mapView: GMSMapView variable
8 init(mapView: GMSMapView) {
9 self.mapView = mapView
42 mapView.animate(toViewingAngle: tilt) in moveCamera()
45 mapView.animate(toBearing: bearing) in moveCamera()
48 mapView.animate(toZoom: zoom) in moveCamera()
50 mapView.animate(toLocation: target) in moveCamera()
54 mapView.animate(with: boundsUpdate) in moveCamera()
60 mapView.moveCamera(boundsUpdate) in moveCamera()
62 mapView.camera = GMSCameraPosition( in moveCamera()
[all …]
H A DGoogleMapsView.swift61 controls = GoogleMapsControls(mapView: mapView)
64 gestures = GoogleMapsGestures(mapView: mapView)
65 polygons = GoogleMapsPolygons(mapView: mapView)
66 polylines = GoogleMapsPolylines(mapView: mapView)
67 circles = GoogleMapsCircles(mapView: mapView)
72 mapView: mapView,
77 kmls = GoogleMapsKMLs(mapView: mapView)
78 geojsons = GoogleMapsGeoJsons(mapView: mapView)
79 overlays = GoogleMapsOverlays(mapView: mapView)
80 heatmaps = GoogleMapsHeatmaps(mapView: mapView)
[all …]
H A DGoogleMapsControls.swift4 private let mapView: GMSMapView variable
6 init(mapView: GMSMapView) {
7 self.mapView = mapView
11 mapView.settings.compassButton = enable in setShowCompass()
16 mapView.isMyLocationEnabled = true in setShowMyLocationButton()
18 mapView.settings.myLocationButton = enable in setShowMyLocationButton()
23 mapView.settings.indoorPicker = enable in setShowLevelPicker()
/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
101 func mapView(
[all …]
H A DGoogleMapsCameraAnimations.swift6 private let mapView: GMSMapView variable
8 init(mapView: GMSMapView) {
9 self.mapView = mapView
42 mapView.animate(toViewingAngle: tilt) in moveCamera()
45 mapView.animate(toBearing: bearing) in moveCamera()
48 mapView.animate(toZoom: zoom) in moveCamera()
50 mapView.animate(toLocation: target) in moveCamera()
54 mapView.animate(with: boundsUpdate) in moveCamera()
60 mapView.moveCamera(boundsUpdate) in moveCamera()
62 mapView.camera = GMSCameraPosition( in moveCamera()
[all …]
H A DGoogleMapsView.swift61 controls = GoogleMapsControls(mapView: mapView)
64 gestures = GoogleMapsGestures(mapView: mapView)
65 polygons = GoogleMapsPolygons(mapView: mapView)
66 polylines = GoogleMapsPolylines(mapView: mapView)
67 circles = GoogleMapsCircles(mapView: mapView)
72 mapView: mapView,
77 kmls = GoogleMapsKMLs(mapView: mapView)
78 geojsons = GoogleMapsGeoJsons(mapView: mapView)
79 overlays = GoogleMapsOverlays(mapView: mapView)
80 heatmaps = GoogleMapsHeatmaps(mapView: mapView)
[all …]
H A DGoogleMapsControls.swift4 private let mapView: GMSMapView variable
6 init(mapView: GMSMapView) {
7 self.mapView = mapView
11 mapView.settings.compassButton = enable in setShowCompass()
16 mapView.isMyLocationEnabled = true in setShowMyLocationButton()
18 mapView.settings.myLocationButton = enable in setShowMyLocationButton()
23 mapView.settings.indoorPicker = enable in setShowLevelPicker()
/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
101 func mapView(
[all …]
H A DGoogleMapsCameraAnimations.swift6 private let mapView: GMSMapView variable
8 init(mapView: GMSMapView) {
9 self.mapView = mapView
42 mapView.animate(toViewingAngle: tilt) in moveCamera()
45 mapView.animate(toBearing: bearing) in moveCamera()
48 mapView.animate(toZoom: zoom) in moveCamera()
50 mapView.animate(toLocation: target) in moveCamera()
54 mapView.animate(with: boundsUpdate) in moveCamera()
60 mapView.moveCamera(boundsUpdate) in moveCamera()
62 mapView.camera = GMSCameraPosition( in moveCamera()
[all …]
H A DGoogleMapsView.swift61 controls = GoogleMapsControls(mapView: mapView)
64 gestures = GoogleMapsGestures(mapView: mapView)
65 polygons = GoogleMapsPolygons(mapView: mapView)
66 polylines = GoogleMapsPolylines(mapView: mapView)
67 circles = GoogleMapsCircles(mapView: mapView)
72 mapView: mapView,
77 kmls = GoogleMapsKMLs(mapView: mapView)
78 geojsons = GoogleMapsGeoJsons(mapView: mapView)
79 overlays = GoogleMapsOverlays(mapView: mapView)
80 heatmaps = GoogleMapsHeatmaps(mapView: mapView)
[all …]
H A DGoogleMapsControls.swift4 private let mapView: GMSMapView variable
6 init(mapView: GMSMapView) {
7 self.mapView = mapView
11 mapView.settings.compassButton = enable in setShowCompass()
16 mapView.isMyLocationEnabled = true in setShowMyLocationButton()
18 mapView.settings.myLocationButton = enable in setShowMyLocationButton()
23 mapView.settings.indoorPicker = enable in setShowLevelPicker()
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift41 controls = AppleMapsControls(mapView: mapView)
44 gestures = AppleMapsGestures(mapView: mapView)
45 polygons = AppleMapsPolygons(mapView: mapView)
46 polylines = AppleMapsPolylines(mapView: mapView)
47 circles = AppleMapsCircles(mapView: mapView)
48 geoJsons = AppleMapsGeoJsons(mapView: mapView)
51 cameraAnimator = AppleMapsCameraAnimations(mapView: mapView)
88 … let pressCoordinates = mapView.convert(sender.location(in: mapView), toCoordinateFrom: mapView) in handleTap()
95 … let pressCoordinates = mapView.convert(sender.location(in: mapView), toCoordinateFrom: mapView) in handleDoubleTap()
102 … let pressCoordinates = mapView.convert(sender.location(in: mapView), toCoordinateFrom: mapView) in handleLongPress()
[all …]
H A DAppleMapsControls.swift4 private let mapView: MKMapView variable
6 init(mapView: MKMapView) {
7 self.mapView = mapView
11 mapView.showsCompass = enable in setShowCompass()
25 mapView.showsUserLocation = true in enableMyLocationButton()
26 let myLocationButton = MKUserTrackingButton(mapView: mapView) in enableMyLocationButton()
32 mapView.addSubview(myLocationButton) in enableMyLocationButton()
36 equalTo: mapView.topAnchor, in enableMyLocationButton()
40 equalTo: mapView.trailingAnchor, in enableMyLocationButton()
H A DAppleMapsCameraAnimations.swift6 private let mapView: MKMapView variable
8 init(mapView: MKMapView) {
9 self.mapView = mapView
21 newCamera.heading = cameraMove.bearing ?? mapView.camera.heading in moveCamera()
22 newCamera.pitch = cameraMove.tilt ?? mapView.camera.pitch in moveCamera()
39 newCamera.altitude = mapView.camera.altitude in moveCamera()
58 self.mapView.setCamera(newCamera, animated: true) in moveCamera()
61 …promise?.resolve(CameraPositionRecord(camera: mapView.camera, coordinateSpan: mapView.region.span)… in moveCamera()
65 mapView.setVisibleMapRect(mapRect, animated: false) in moveCamera()
67 mapView.setCamera(newCamera, animated: false) in moveCamera()
[all …]
H A DAppleMapsMarkers.swift4 private let mapView: MKMapView variable
13 init(mapView: MKMapView, markersManager: AppleMapsMarkersManager) {
14 self.mapView = mapView
16mapView.register(ExpoMKImageAnnotationView.self, forAnnotationViewWithReuseIdentifier: "image_mark…
17mapView.register(ExpoMKColorAnnotationView.self, forAnnotationViewWithReuseIdentifier: "color_mark…
26 mapView.addAnnotation(marker) in setMarkers()
37 mapView.addAnnotation(marker) in setKMLMarkers()
48 mapView.addAnnotation(marker) in setPOIMarkers()
54 mapView.removeAnnotations(markersManager.getMarkers()) in detachAndDeleteMarkers()
59 mapView.removeAnnotations(kmlMarkers) in detachAndDeleteKMLMarkers()
[all …]
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift41 controls = AppleMapsControls(mapView: mapView)
44 gestures = AppleMapsGestures(mapView: mapView)
45 polygons = AppleMapsPolygons(mapView: mapView)
46 polylines = AppleMapsPolylines(mapView: mapView)
47 circles = AppleMapsCircles(mapView: mapView)
48 geoJsons = AppleMapsGeoJsons(mapView: mapView)
51 cameraAnimator = AppleMapsCameraAnimations(mapView: mapView)
88 … let pressCoordinates = mapView.convert(sender.location(in: mapView), toCoordinateFrom: mapView) in handleTap()
95 … let pressCoordinates = mapView.convert(sender.location(in: mapView), toCoordinateFrom: mapView) in handleDoubleTap()
102 … let pressCoordinates = mapView.convert(sender.location(in: mapView), toCoordinateFrom: mapView) in handleLongPress()
[all …]
H A DAppleMapsControls.swift4 private let mapView: MKMapView variable
6 init(mapView: MKMapView) {
7 self.mapView = mapView
11 mapView.showsCompass = enable in setShowCompass()
25 mapView.showsUserLocation = true in enableMyLocationButton()
26 let myLocationButton = MKUserTrackingButton(mapView: mapView) in enableMyLocationButton()
32 mapView.addSubview(myLocationButton) in enableMyLocationButton()
36 equalTo: mapView.topAnchor, in enableMyLocationButton()
40 equalTo: mapView.trailingAnchor, in enableMyLocationButton()
H A DAppleMapsCameraAnimations.swift6 private let mapView: MKMapView variable
8 init(mapView: MKMapView) {
9 self.mapView = mapView
21 newCamera.heading = cameraMove.bearing ?? mapView.camera.heading in moveCamera()
22 newCamera.pitch = cameraMove.tilt ?? mapView.camera.pitch in moveCamera()
39 newCamera.altitude = mapView.camera.altitude in moveCamera()
58 self.mapView.setCamera(newCamera, animated: true) in moveCamera()
61 …promise?.resolve(CameraPositionRecord(camera: mapView.camera, coordinateSpan: mapView.region.span)… in moveCamera()
65 mapView.setVisibleMapRect(mapRect, animated: false) in moveCamera()
67 mapView.setCamera(newCamera, animated: false) in moveCamera()
[all …]
H A DAppleMapsMarkers.swift4 private let mapView: MKMapView variable
13 init(mapView: MKMapView, markersManager: AppleMapsMarkersManager) {
14 self.mapView = mapView
16mapView.register(ExpoMKImageAnnotationView.self, forAnnotationViewWithReuseIdentifier: "image_mark…
17mapView.register(ExpoMKColorAnnotationView.self, forAnnotationViewWithReuseIdentifier: "color_mark…
26 mapView.addAnnotation(marker) in setMarkers()
37 mapView.addAnnotation(marker) in setKMLMarkers()
48 mapView.addAnnotation(marker) in setPOIMarkers()
54 mapView.removeAnnotations(markersManager.getMarkers()) in detachAndDeleteMarkers()
59 mapView.removeAnnotations(kmlMarkers) in detachAndDeleteKMLMarkers()
[all …]
H A DAppleMapsGestures.swift4 private let mapView: MKMapView variable
6 init(mapView: MKMapView) {
7 self.mapView = mapView
15 mapView.isRotateEnabled = enabled in setEnabledRotateGesture()
19 mapView.isScrollEnabled = enabled in setEnabledScrollGesture()
23 mapView.isPitchEnabled = enabled in setEnabledTiltGesture()
27 mapView.isZoomEnabled = enabled in setEnabledZoomGesture()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsView.swift41 controls = AppleMapsControls(mapView: mapView)
44 gestures = AppleMapsGestures(mapView: mapView)
45 polygons = AppleMapsPolygons(mapView: mapView)
46 polylines = AppleMapsPolylines(mapView: mapView)
47 circles = AppleMapsCircles(mapView: mapView)
48 geoJsons = AppleMapsGeoJsons(mapView: mapView)
51 cameraAnimator = AppleMapsCameraAnimations(mapView: mapView)
88 … let pressCoordinates = mapView.convert(sender.location(in: mapView), toCoordinateFrom: mapView) in handleTap()
95 … let pressCoordinates = mapView.convert(sender.location(in: mapView), toCoordinateFrom: mapView) in handleDoubleTap()
102 … let pressCoordinates = mapView.convert(sender.location(in: mapView), toCoordinateFrom: mapView) in handleLongPress()
[all …]
H A DAppleMapsControls.swift4 private let mapView: MKMapView variable
6 init(mapView: MKMapView) {
7 self.mapView = mapView
11 mapView.showsCompass = enable in setShowCompass()
25 mapView.showsUserLocation = true in enableMyLocationButton()
26 let myLocationButton = MKUserTrackingButton(mapView: mapView) in enableMyLocationButton()
32 mapView.addSubview(myLocationButton) in enableMyLocationButton()
36 equalTo: mapView.topAnchor, in enableMyLocationButton()
40 equalTo: mapView.trailingAnchor, in enableMyLocationButton()
H A DAppleMapsCameraAnimations.swift6 private let mapView: MKMapView variable
8 init(mapView: MKMapView) {
9 self.mapView = mapView
21 newCamera.heading = cameraMove.bearing ?? mapView.camera.heading in moveCamera()
22 newCamera.pitch = cameraMove.tilt ?? mapView.camera.pitch in moveCamera()
39 newCamera.altitude = mapView.camera.altitude in moveCamera()
58 self.mapView.setCamera(newCamera, animated: true) in moveCamera()
61 …promise?.resolve(CameraPositionRecord(camera: mapView.camera, coordinateSpan: mapView.region.span)… in moveCamera()
65 mapView.setVisibleMapRect(mapRect, animated: false) in moveCamera()
67 mapView.setCamera(newCamera, animated: false) in moveCamera()
[all …]
H A DAppleMapsMarkers.swift4 private let mapView: MKMapView variable
13 init(mapView: MKMapView, markersManager: AppleMapsMarkersManager) {
14 self.mapView = mapView
16mapView.register(ExpoMKImageAnnotationView.self, forAnnotationViewWithReuseIdentifier: "image_mark…
17mapView.register(ExpoMKColorAnnotationView.self, forAnnotationViewWithReuseIdentifier: "color_mark…
26 mapView.addAnnotation(marker) in setMarkers()
37 mapView.addAnnotation(marker) in setKMLMarkers()
48 mapView.addAnnotation(marker) in setPOIMarkers()
54 mapView.removeAnnotations(markersManager.getMarkers()) in detachAndDeleteMarkers()
59 mapView.removeAnnotations(kmlMarkers) in detachAndDeleteKMLMarkers()
[all …]

123456