sidewalklabs / s2sphere

Python implementation of the S2 geometry library.
http://s2sphere.sidewalklabs.com/
MIT License
213 stars 44 forks source link

getEarthDistance methode missing? #41

Open Sigm0oid opened 4 years ago

Sigm0oid commented 4 years ago

-In the original implementation of S2 in java, the getEarthDistance method was implemented :https://github.com/google/s2-geometry-library-java/blob/master/src/com/google/common/geometry/S2LatLng.java. But I don't see it in the python implementation. Does it exist with different name?