GeofencePlace
public protocol GeofencePlace
Protocol for entities that are known by GeofenceManager
-
The same with
Place‘splaceIdDeclaration
Swift
var placeId: String { get } -
The same with
Place‘sradiusDeclaration
Swift
var radius: Double { get } -
The same with
Place‘slatitudeandlongitude, only combined in a tupleDeclaration
Swift
var coordinates: CLLocationCoordinate2D? { get } -
Boolean flag that indicates wether the place is supposed to be notified on entry
Declaration
Swift
var notifyOnEntry: Bool { get } -
Boolean flag that indicates wether the place is supposed to be notified on exit
Declaration
Swift
var notifyOnExit: Bool { get }
View on GitHub
GeofencePlace Protocol Reference