Enum CLErrorCode

java.lang.Object
java.lang.Enum<CLErrorCode>
org.robovm.apple.corelocation.CLErrorCode
All Implemented Interfaces:
Serializable, Comparable<CLErrorCode>, NSErrorCode, ValuedEnum

public enum CLErrorCode
extends Enum<CLErrorCode>
implements NSErrorCode
  • Enum Constant Details

    • LocationUnknown

      public static final CLErrorCode LocationUnknown
    • Denied

      public static final CLErrorCode Denied
    • Network

      public static final CLErrorCode Network
    • HeadingFailure

      public static final CLErrorCode HeadingFailure
    • RegionMonitoringDenied

      public static final CLErrorCode RegionMonitoringDenied
    • RegionMonitoringFailure

      public static final CLErrorCode RegionMonitoringFailure
    • RegionMonitoringSetupDelayed

      public static final CLErrorCode RegionMonitoringSetupDelayed
    • RegionMonitoringResponseDelayed

      public static final CLErrorCode RegionMonitoringResponseDelayed
    • GeocodeFoundNoResult

      public static final CLErrorCode GeocodeFoundNoResult
    • GeocodeFoundPartialResult

      public static final CLErrorCode GeocodeFoundPartialResult
    • GeocodeCanceled

      public static final CLErrorCode GeocodeCanceled
    • DeferredFailed

      public static final CLErrorCode DeferredFailed
    • DeferredNotUpdatingLocation

      public static final CLErrorCode DeferredNotUpdatingLocation
    • DeferredAccuracyTooLow

      public static final CLErrorCode DeferredAccuracyTooLow
    • DeferredDistanceFiltered

      public static final CLErrorCode DeferredDistanceFiltered
    • DeferredCanceled

      public static final CLErrorCode DeferredCanceled
    • RangingUnavailable

      public static final CLErrorCode RangingUnavailable
    • RangingFailure

      public static final CLErrorCode RangingFailure
    • PromptDeclined

      public static final CLErrorCode PromptDeclined
  • Method Details

    • values

      public static CLErrorCode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static CLErrorCode valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public long value()
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static CLErrorCode valueOf​(long n)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      n - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null