publicTransportFrequency property
Frequency indicator for the public transport route.
Returns
int: The reported frequency value for this route.
Implementation
int get publicTransportFrequency {
final OperationResult resultString = objectMethod(
pointerId,
'PTRoute',
'getPTFrequency',
);
return resultString['result'];
}