CheckForPaceApp
public enum CheckForPaceApp
Query for location-based apps
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 static var service: POIAPIService<POIAPI.Apps.CheckForPaceApp.Response>
-
Type of location-based app
See moreDeclaration
Swift
public enum PCPOIFilterappType : String, Codable, Equatable, CaseIterable
-
Undocumented
See moreDeclaration
Swift
public final class Request : POIAPIRequest<Response>
-
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible