Place

extension Place: GeofencePlace

Conformance of Place to GeofencePlace

  • Returns the Place‘s latitude and longitude combined as a CLLocationCoordinate2D. Returns nil if the Place’s latitude and longitude are invalid

    Declaration

    Swift

    public var coordinates: CLLocationCoordinate2D? { get }
  • Returns true if the Place‘s clientEventTypes contains ClientEventType.enter

    Declaration

    Swift

    public var notifyOnEntry: Bool { get }
  • Returns true if the Place‘s clientEventTypes contains ClientEventType.exit

    Declaration

    Swift

    public var notifyOnExit: Bool { get }