totalLength property

double totalLength

Total length in meters.

The total length of the route (meters).

Implementation

double get totalLength {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Route_getTotalLength(_handle, errorHandler);
  });
}