Place
extension Place: GeofencePlace
Conformance of Place
to GeofencePlace
-
Returns the
Place
‘slatitude
andlongitude
combined as a CLLocationCoordinate2D. Returns nil if thePlace
’slatitude
andlongitude
are invalidDeclaration
Swift
public var coordinates: CLLocationCoordinate2D? { get }
-
Returns true if the
Place
‘sclientEventTypes
containsClientEventType.enter
Declaration
Swift
public var notifyOnEntry: Bool { get }
-
Returns true if the
Place
‘sclientEventTypes
containsClientEventType.exit
Declaration
Swift
public var notifyOnExit: Bool { get }