Example #1
0
def distance(p0: s2sphere.LatLng, p1: s2sphere.LatLng) -> float:
    return p0.get_distance(p1).radians * 6378100.0