public class GeoHashUtils extends Object
NOTE: This API is still in flux and might change in incompatible ways in the next release.
GeoHashUtils()
static double[]
decode_exactly(String geohash)
decode(String geohash)
static String
encode(double latitude, double longitude)
static void
main(String[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GeoHashUtils()
public static void main(String[] args)
public static String encode(double latitude, double longitude)
public static double[] decode(String geohash)
public static double[] decode_exactly(String geohash)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.