incursCosts property
Whether traveling this segment may incur monetary costs (for example tolls).
Returns
bool:truewhen the segment includes paid sections; otherwisefalse.
Implementation
bool get incursCosts {
final OperationResult resultString = objectMethod(
pointerId,
'RouteSegmentBase',
'getIncursCosts',
);
return resultString['result'];
}