PTV Navigator Remote Interface Documentation
|
final int RI_ERROR_NONE = 0 [private, inherited] |
No error occured.
final int RI_ERROR_NOT_IMPLEMENTED = 1 [private, inherited] |
Function not implemented.
final int RI_ERROR_LONGTIME_OPERATION_IN_PROGRESS = 2 [private, inherited] |
Long term operation in progress.
final int RI_ERROR_FAILED = 3 [private, inherited] |
The requested function failed.
final int RI_ERROR_NOT_INITIALIZED = 4 [private, inherited] |
PTV Navigator is not initialized. Will return if navigator is not yet started and autostart over RI is deactivated
final int RI_ERROR_NOT_ALLOWED = 5 [private, inherited] |
Operation not allowed.
final int RI_ERROR_IS_INITIALIZING = 6 [private, inherited] |
PTV Navigator is initializing. Attention: The navigator will be started automatically, when an RI command arrives. This message indicates that the navigator is in the startup process. Messages sent will be discarded until the navigator is initialized.
final int RI_ERROR_RI_DISABLED = 7 [private, inherited] |
RI Service is disabled. Most likely it was not licensed.
final int RI_INFO_MESSAGE_RECEIVED = 8 [private, inherited] |
Message has been received by the RI Service. Introduced in 2018 for the Navigation Backend Service
final int RI_ERROR_NO_LICENSE = 9 [private, inherited] |
The navigator is not licenses or the license is invalid, expired or all license slots are occupied
final int RI_ERROR_OPERATION_NOT_ALLOWED = 100 [private, inherited] |
Operation is not allowed in the current context.
final int RI_ERROR_NO_SUCH_PROFILE = 101 [private, inherited] |
No such profile.
final int RI_ERROR_NO_FILE_FOUND = 102 [private, inherited] |
File not found.
final int RI_ERROR_NO_RESULT_FOUND = 103 [private, inherited] |
No result found.
final int RI_ERROR_BCR = 104 [private, inherited] |
BCR file error.
final int RI_ERROR_ROUTE_CALC = 105 [private, inherited] |
Route calculation error.
final int RI_ERROR_NO_STREET_FOUND = 106 [private, inherited] |
No street found.
final int RI_ERROR_NO_SUCH_KEY = 107 [private, inherited] |
No such key found in the key/value store.
final int RI_ERROR_INVGEOCODE_FAILED = 108 [private, inherited] |
Inverse geocoding failed.
final int RI_ERROR_NOT_DURING_NAVIGATION = 109 [private, inherited] |
Operation not allowed during navigation.
final int RI_ERROR_NOT_IN_THIS_ACTIVITY = 110 [private, inherited] |
Operation not allowed in this activity.
final int RI_ERROR_SEND_LOCATION_NOT_ALLOWED = 111 [private, inherited] |
Location sending not allowed in the current context.
final int RI_ERROR_UNSUPPORTED_EVENT_TYPE = 112 [private, inherited] |
The event type for registering is not valid.
final int RI_ERROR_INVALID_PARAMETER = 113 [private, inherited] |
The parameter sent in a bundle is not valid.
final int RI_ERROR_NO_ROUTE_FOUND = 114 [private, inherited] |
No current route.
final int RI_ERROR_DIALOG_DISMISSED = 120 [private, inherited] |
The modal dialog was dismissed without a button click by the user.
final int RI_ERROR_ROUTE_CALC_IDENTICAL_START_AND_END = 200 [private, inherited] |
The route could not be calculated, because start and target are identical.
final int RI_ERROR_ROUTE_CALC_NO_TARGET = 201 [private, inherited] |
The route could not be calculated, because the target is not defined.
final int RI_ERROR_FILE_ACCESS = 301 [private, inherited] |
File access was not possible or was denied
final int RI_WARNING_ALREADY_IN_MAIN_ACTIVITY = 100000 [private, inherited] |
The PTV Navigator is already in main activity when MSG_RI_GO_TO_MAIN was called.
© PTV Group 2023 | Generated on Fri May 10 2024 10:16:00 for PTV Navigator Remote Interface Documentation by 1.7.3 |