Uses of Class
uk.me.jstott.jcoord.LatLng

Uses of LatLng in uk.me.jstott.jcoord
 

Methods in uk.me.jstott.jcoord that return LatLng
 LatLng UTMRef.toLatLng()
          Convert this UTM reference to a latitude and longitude.
 LatLng OSRef.toLatLng()
          Convert this OSGB grid reference to a latitude/longitude pair using the OSGB36 datum.
 

Methods in uk.me.jstott.jcoord with parameters of type LatLng
 double LatLng.distance(LatLng ll)
          Calculate the surface distance in kilometres from the this LatLng to the given LatLng.