hasSignpostInfo property
bool
get
hasSignpostInfo
Whether signpost information is available for this instruction.
Returns
bool:truewhen signpost data is present; otherwisefalse.
Also see:
- signpostDetails - detailed signpost information.
Implementation
bool get hasSignpostInfo {
final OperationResult resultString = objectMethod(
pointerId,
'RouteInstructionBase',
'hasSignpostInfo',
);
return resultString['result'];
}