Place
extension Place: GeofencePlace
Conformance of Place to GeofencePlace
-
Returns the
Place‘slatitudeandlongitudecombined as a CLLocationCoordinate2D. Returns nil if thePlace’slatitudeandlongitudeare invalidDeclaration
Swift
public var coordinates: CLLocationCoordinate2D? { get } -
Returns true if the
Place‘sclientEventTypescontainsClientEventType.enterDeclaration
Swift
public var notifyOnEntry: Bool { get } -
Returns true if the
Place‘sclientEventTypescontainsClientEventType.exitDeclaration
Swift
public var notifyOnExit: Bool { get }
View on GitHub
Place Extension Reference