signpostInstruction property
Get textual description for the signpost information.
Returns
- String containing the signpost instructions.
Throws
- An exception if it fails.
Implementation
String get signpostInstruction {
final OperationResult resultString = objectMethod(
_pointerId,
'RouteInstructionBase',
'getSignpostInstruction',
);
return resultString['result'];
}