google / s2-geometry-library-java

Automatically exported from code.google.com/p/s2-geometry-library-java
Apache License 2.0
533 stars 230 forks source link

Support adding an offset to an S2LatLng, compute the heading/angle, etc. #14

Open mfulton26 opened 6 years ago

mfulton26 commented 6 years ago

Basically, I would like to see most (if not all) of the methods available in https://github.com/googlemaps/android-maps-utils/blob/master/library/src/com/google/maps/android/SphericalUtil.java to be part of an S2LatLng so that I can, for example, add X miles to an S2LatLng at a certain heading/angle.