signpostDetails property
Detailed signpost information associated with this instruction.
Returns
- SignpostDetails: extended signpost data, or an object with empty fields when unavailable.
See also:
- hasSignpostInfo - check if signpost information is available.
Implementation
SignpostDetails get signpostDetails {
final OperationResult resultString = objectMethod(
pointerId,
'RouteInstructionBase',
'getSignpostDetails',
);
return SignpostDetails.init(resultString['result']);
}