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.
    See more

    Declaration

    Swift

    public enum CheckForPaceApp
  • Creates a new application

    See more

    Declaration

    Swift

    public enum CreateApp
  • Deletes App with specified id

    See more

    Declaration

    Swift

    public enum DeleteApp
  • Returns App with specified id
    
    Returns App with specified id.
    

    In case the query returns a 404 (Not Found) the app was deleted and should be deleted from any caches.

    See more

    Declaration

    Swift

    public enum GetApp
  • Returns all POI relations for specified app id

    See more

    Declaration

    Swift

    public enum GetAppPOIsRelationships
  • Redirects the caller to the specified app

    See more

    Declaration

    Swift

    public enum GetAppRedirect
  • Returns a paginated list of apps

    Returns a paginated list of apps optionally filtered by type and/or query.

    See more

    Declaration

    Swift

    public enum GetApps
  • Updates App with specified id

    See more

    Declaration

    Swift

    public enum UpdateApp
  • Update all POI relations for specified app id

    See more

    Declaration

    Swift

    public enum UpdateAppPOIsRelationships