lineTowards property
Get line towards
Returns
- Line towards of the route segment.
Implementation
String get lineTowards {
final OperationResult resultString = objectMethod(
pointerId,
'PTRouteSegment',
'getLineTowards',
);
return resultString['result'];
}