-
A Boolean value that determines if the gauge data is stale. If a gauge has not been updated in the last 15 minutes, it is considered stale.
Declaration
Swift
var isStale: Bool { get }
-
The URL string for the gauge source.
Declaration
Swift
var sourceURLString: String? { get }
-
Undocumented
See moreDeclaration
Swift
enum Errors : Error, LocalizedError
-
sync()
AsynchronousSynchronizes the gauge readings with the remote data source. Returns a Boolean value that indicates if the gauge has new readings.
Declaration
Swift
@MainActor func sync() async throws -> Bool
-
Undocumented
Declaration
Swift
var coordinate: CLLocationCoordinate2D { get }