hasFollowRoadInfo property
bool
get
hasFollowRoadInfo
Whether follow-road guidance information is available for this instruction.
Returns
bool:truewhen follow-road data is present; otherwisefalse.
Implementation
bool get hasFollowRoadInfo {
final OperationResult resultString = objectMethod(
pointerId,
'RouteInstructionBase',
'hasFollowRoadInfo',
);
return resultString['result'];
}