nextNextTurnImg property
Get the image of the next next turn instruction.
Returns
- The next next turn image. The user is responsible to check if the image is valid.
Throws
- An exception if it fails
Implementation
Img get nextNextTurnImg {
final OperationResult resultString = objectMethod(
_pointerId,
'NavigationInstruction',
'getNextNextTurnImg',
);
return Img.init(resultString['result']);
}