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