Info

public enum Info

Encapsulates information associated with a standard location monitor event.

  • The error encountered in attempting to obtain the current location.

    Declaration

    Swift

    case error(Error)
  • The latest location data.

    Declaration

    Swift

    case location(CLLocation)