Reactive

extension Reactive where Base: MLNMapView
public extension Reactive where Base: VPSARKitLocationSource

Available where Base: MLNMapView

  • Declaration

    Swift

    public var didFailLoadingMap: ControlEvent<(mapView: MLNMapView, error: Error)> { get }
  • Declaration

    Swift

    public var didFinishLoadingStyle: ControlEvent<(mapView: MLNMapView, style: MLNStyle)> { get }
  • Declaration

    Swift

    public var didFinishLoadingMap: ControlEvent<MLNMapView> { get }
  • Declaration

    Swift

    public var didChangeRegion: ControlEvent<MLNMapView> { get }
  • Declaration

    Swift

    public var didSelectAnnotation: ControlEvent<(mapView: MLNMapView, annotation: MLNAnnotation)> { get }
  • Declaration

    Swift

    public var didUpdateUserLocation: ControlEvent<(mapView: MLNMapView, userLocation: MLNUserLocation?)> { get }
  • Declaration

    Swift

    public var didChangeUserTrackingMode: ControlEvent<(mapView: MLNMapView, mode: MLNUserTrackingMode, animated: Bool)> { get }
  • Declaration

    Swift

    public func setDelegate(_ delegate: MLNMapViewDelegate) -> Disposable

Available where Base: VPSARKitLocationSource