TempoUpdateETADirection
@objc
public enum TempoUpdateETADirection : Int, Codable
ETA Direction
-
When the ETA is less than the eta value
Declaration
Swift
case lessThan = 0 -
When the ETA is greater than the eta value
Declaration
Swift
case greaterThan = 1 -
Unknown
Declaration
Swift
case unknown = -1
View on GitHub
Install in Dash