length property
Length in meters.
The length of this segment of the route.
Implementation
double get length {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_DirectionManeuver_getLength(_handle, errorHandler);
});
}