Package com.javadocmd.simplelatlng

The base package for latitude and longitude utilities offered by SimpleLatLng.

See:
          Description

Class Summary
Geohasher Implements the Geohash algorithm for hashing latitude and longitude points.
Geohasher.BitStore Specialization of BitSet to actually keep track of the number of bits that are being usefully employed, regardless of whether or not they are 1 or 0.
LatLng A representation of a single point in latitude and longitude.
LatLngTool Primary calculations and tools.
LatLngTool.Bearing Convenient static values for bearings.
 

Package com.javadocmd.simplelatlng Description

The base package for latitude and longitude utilities offered by SimpleLatLng.

LatLng is a class for representing a single point in latitude and longitude.

LatLngTool contains static methods for performing common calculations on LatLng points.



Copyright © 2010-2013. All Rights Reserved.