hasTurnInfo property
Check if turn information is available.
Returns
- True if turn information is available, false otherwise
Throws
- An exception if it fails.
Implementation
bool get hasTurnInfo {
final OperationResult resultString = objectMethod(
_pointerId,
'RouteInstructionBase',
'hasTurnInfo',
);
return resultString['result'];
}