nextNextInstruction property
Get the next-next route instruction on the route
Returns
- The next route instruction
Implementation
RouteInstruction get nextNextInstruction {
final OperationResult resultString = objectMethod(
_pointerId, 'NavigationInstruction', 'getNextNextInstruction');
return RouteInstruction.init(resultString['result']);
}