Method | Description | |
---|---|---|
Decode ( String geohash ) : double[] | ||
DecodeExactly ( String geohash ) : double[] | ||
Encode ( double latitude, double longitude ) : String | ||
GetPrecision ( double x, double precision ) : double |
Method | Description | |
---|---|---|
GeoHashUtils ( ) : System |
public static Decode ( String geohash ) : double[] | ||
geohash | String | |
return | double[] |
public static DecodeExactly ( String geohash ) : double[] | ||
geohash | String | |
return | double[] |
public static Encode ( double latitude, double longitude ) : String | ||
latitude | double | |
longitude | double | |
return | String |
public static GetPrecision ( double x, double precision ) : double | ||
x | double | |
precision | double | |
return | double |