LocationConsumer

@objc
public protocol LocationConsumer

Undocumented

  • Represents whether the locationConsumer is currently tracking Set this to false to stop tracking Set this to true to start tracking

    Declaration

    Swift

    var shouldTrackLocation: Bool { get set }
  • New location update received

    Declaration

    Swift

    func locationUpdate(newLocation: Location)