travelTime property
Travel time in minutes.
This includes only time of the travel.
Implementation
double get travelTime {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Route_getTravelTime(
_handle,
errorHandler,
);
});
}