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