Apps
public enum Apps
Undocumented
-
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.
Declaration
Swift
public enum CheckForPaceApp -
Creates a new application
See moreDeclaration
Swift
public enum CreateApp -
Deletes App with specified id
See moreDeclaration
Swift
public enum DeleteApp -
Returns App with specified id Returns App with specified id.In case the query returns a
See more404(Not Found) the app was deleted and should be deleted from any caches.Declaration
Swift
public enum GetApp -
Returns all POI relations for specified app id
See moreDeclaration
Swift
public enum GetAppPOIsRelationships -
Redirects the caller to the specified app
See moreDeclaration
Swift
public enum GetAppRedirect -
Returns a paginated list of apps
Returns a paginated list of apps optionally filtered by type and/or query.
See moreDeclaration
Swift
public enum GetApps -
Updates App with specified id
See moreDeclaration
Swift
public enum UpdateApp -
Update all POI relations for specified app id
See moreDeclaration
Swift
public enum UpdateAppPOIsRelationships
View on GitHub
Apps Enumeration Reference