Status200
public class Status200 : APIModel
These location-based PACE apps deliver additional services for PACE customers based on their current position. You can (or should) trigger this whenever:
- A longer stand-still is detected
- The engine is turned off
- Every 5 seconds if the user “left the road” Please note that calling this API is very cheap and can be done regularly.
-
Undocumented
Declaration
Swift
public var data: PCPOILocationBasedAppsWithRefs?
-
Undocumented
Declaration
Swift
public init(data: PCPOILocationBasedAppsWithRefs? = nil)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: Status200, rhs: Status200) -> Bool