GPSStatus

public enum GPSStatus

Indicates if GPS is fixed or not as a result of LocationValidator. Helps in determining the GPS status of the device, which can be either fixed or non-fixed.

  • GPS fix status.

    Declaration

    Swift

    case fixed
  • GPS no fix status.

    Declaration

    Swift

    case notFixed