StringImageTurnTurnStringGet the NavigationText
Kind: Instance method of Turn
Returns: String - the KEY_NAVIGATION_TEXT value
ImageGet the TurnIcon
Kind: Instance method of Turn
Returns: Image - the KEY_TURN_ICON value
TurnSet the NavigationText
Kind: Instance method of Turn
Returns: Turn - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| text | String |
Individual turn text. Must provide at least text or icon for a given turn. - The desired NavigationText. {'string_min_length': 1, 'string_max_length': 500} |