edgeLengthKm method

double edgeLengthKm(
  1. int res
)

Implementation

double edgeLengthKm(
  int res,
) {
  return _edgeLengthKm(
    res,
  );
}