nextNextTurnInstruction property
String
get
nextNextTurnInstruction
Get the textual description for the next next turn.
Returns
- The textual description for the next next turn
Implementation
String get nextNextTurnInstruction {
final OperationResult resultString = objectMethod(
pointerId,
'NavigationInstruction',
'getNextNextTurnInstruction',
);
return _capitalizeFirstCharLatin(resultString['result']);
}