ComposableCoreLocation Documentation

Structure Region

public struct Region: Hashable  

A value type wrapper for CLRegion. This type is necessary so that we can do equality checks and write tests against its values.

%35 Region Region Hashable Hashable Region->Hashable

Conforms To

Hashable

Initializers

init(raw​Value:​)

public init(rawValue: CLRegion)  

init(identifier:​notify​OnEntry:​notify​OnExit:​)

public init(
    identifier: String,
    notifyOnEntry: Bool,
    notifyOnExit: Bool
  )  

Properties

raw​Value

public let rawValue: CLRegion? 

identifier

public var identifier: String

notify​OnEntry

public var notifyOnEntry: Bool

notify​OnExit

public var notifyOnExit: Bool

Methods

hash(into:​)

public func hash(into hasher: inout Hasher)  

Operators

==

public static func == (lhs: Self, rhs: Self) -> Bool