exactEdgeLengthKm method

double exactEdgeLengthKm(
  1. int edge
)

Implementation

double exactEdgeLengthKm(
  int edge,
) {
  return _exactEdgeLengthKm(
    edge,
  );
}