CLRegionState

public enum CLRegionState : String

The state of a region relative to the user’s location. Apple Documentation

  • The state of the region is unknown.

    Declaration

    Swift

    case unknown = "Unknown"
  • The user is inside the region.

    Declaration

    Swift

    case inside = "Inside"
  • The user is outside the region.

    Declaration

    Swift

    case outside = "Outside"