nextNextTurnInstruction property
Get the textual description for the next next turn.
Returns
- The textual description for the next next turn
Throws
- An exception if it fails.
Implementation
String get nextNextTurnInstruction {
final OperationResult resultString = objectMethod(
_pointerId,
'NavigationInstruction',
'getNextNextTurnInstruction',
);
return resultString['result'];
}