Package apple.corelocation.enums
Class CLRegionState
- java.lang.Object
-
- apple.corelocation.enums.CLRegionState
-
public final class CLRegionState extends java.lang.ObjectCLRegionState Discussion: Represents the current state of the device with reference to a region.
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Inside
public static final long Inside
- See Also:
- Constant Field Values
-
Outside
public static final long Outside
- See Also:
- Constant Field Values
-
-