NumberNumberStringBooleanStringStringImageArray.<SoftButton>StringStringImageShowConstantTBTShowConstantTBTShowConstantTBTShowConstantTBTShowConstantTBTShowConstantTBTShowConstantTBTShowConstantTBTShowConstantTBTShowConstantTBTShowConstantTBTNumberGet the DistanceToManeuver
Kind: Instance method of ShowConstantTBT
Returns: Number - the KEY_DISTANCE_TO_MANEUVER value
NumberGet the DistanceToManeuverScale
Kind: Instance method of ShowConstantTBT
Returns: Number - the KEY_DISTANCE_TO_MANEUVER_SCALE value
StringGet the Eta
Kind: Instance method of ShowConstantTBT
Returns: String - the KEY_ETA value
BooleanGet the ManeuverComplete
Kind: Instance method of ShowConstantTBT
Returns: Boolean - the KEY_MANEUVER_COMPLETE value
StringGet the NavigationText1
Kind: Instance method of ShowConstantTBT
Returns: String - the KEY_NAVIGATION_TEXT_1 value
StringGet the NavigationText2
Kind: Instance method of ShowConstantTBT
Returns: String - the KEY_NAVIGATION_TEXT_2 value
ImageGet the NextTurnIcon
Kind: Instance method of ShowConstantTBT
Returns: Image - the KEY_NEXT_TURN_ICON value
Array.<SoftButton>Get the SoftButtons
Kind: Instance method of ShowConstantTBT
Returns: Array.<SoftButton> - the KEY_SOFT_BUTTONS value
StringGet the TimeToDestination
Kind: Instance method of ShowConstantTBT
Returns: String - the KEY_TIME_TO_DESTINATION value
StringGet the TotalDistance
Kind: Instance method of ShowConstantTBT
Returns: String - the KEY_TOTAL_DISTANCE value
ImageGet the TurnIcon
Kind: Instance method of ShowConstantTBT
Returns: Image - the KEY_TURN_ICON value
ShowConstantTBTSet the DistanceToManeuver
Kind: Instance method of ShowConstantTBT
Returns: ShowConstantTBT - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| maneuver | Number |
Distance (in meters) until next maneuver. May be used to calculate progress bar. - The desired DistanceToManeuver. {'num_min_value': 0.0, 'num_max_value': 1000000000.0} |
ShowConstantTBTSet the DistanceToManeuverScale
Kind: Instance method of ShowConstantTBT
Returns: ShowConstantTBT - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| scale | Number |
Distance (in meters) from previous maneuver to next maneuver. May be used to calculate progress bar. - The desired DistanceToManeuverScale. {'num_min_value': 0.0, 'num_max_value': 1000000000.0} |
ShowConstantTBTSet the Eta
Kind: Instance method of ShowConstantTBT
Returns: ShowConstantTBT - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| eta | String |
The desired Eta. {'string_min_length': 0, 'string_max_length': 500} |
ShowConstantTBTSet the ManeuverComplete
Kind: Instance method of ShowConstantTBT
Returns: ShowConstantTBT - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| complete | Boolean |
If and when a maneuver has completed while an AlertManeuver is active, the app must send this value set to TRUE in order to clear the AlertManeuver overlay. If omitted the value will be assumed as FALSE. - The desired ManeuverComplete. |
ShowConstantTBTSet the NavigationText1
Kind: Instance method of ShowConstantTBT
Returns: ShowConstantTBT - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| text1 | String |
The desired NavigationText1. {'string_min_length': 0, 'string_max_length': 500} |
ShowConstantTBTSet the NavigationText2
Kind: Instance method of ShowConstantTBT
Returns: ShowConstantTBT - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| text2 | String |
The desired NavigationText2. {'string_min_length': 0, 'string_max_length': 500} |
ShowConstantTBTSet the NextTurnIcon
Kind: Instance method of ShowConstantTBT
Returns: ShowConstantTBT - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| icon | Image |
The desired NextTurnIcon. |
ShowConstantTBTSet the SoftButtons
Kind: Instance method of ShowConstantTBT
Returns: ShowConstantTBT - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| buttons | Array.<SoftButton> |
Three dynamic SoftButtons available (first SoftButton is fixed to "Turns"). If omitted on supported displays, the currently displayed SoftButton values will not change. - The desired SoftButtons. {'array_min_size': 0, 'array_max_size': 3} |
ShowConstantTBTSet the TimeToDestination
Kind: Instance method of ShowConstantTBT
Returns: ShowConstantTBT - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| destination | String |
The desired TimeToDestination. {'string_min_length': 0, 'string_max_length': 500} |
ShowConstantTBTSet the TotalDistance
Kind: Instance method of ShowConstantTBT
Returns: ShowConstantTBT - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| distance | String |
The desired TotalDistance. {'string_min_length': 0, 'string_max_length': 500} |