56 static void Forward(
double lat,
double lon,
int len,
57 [System::Runtime::InteropServices::Out] System::String^% geohash);
76 static void Reverse(System::String^ geohash,
77 [System::Runtime::InteropServices::Out]
double% lat,
78 [System::Runtime::InteropServices::Out]
double% lon,
79 [System::Runtime::InteropServices::Out]
int% len,
static double LongitudeResolution(int len)
static int GeohashLength(double res)
static void Forward(double lat, double lon, int len, [System::Runtime::InteropServices::Out] System::String^% geohash)
.NET wrapper for GeographicLib::Geohash.
static void Reverse(System::String^ geohash, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon, [System::Runtime::InteropServices::Out] int% len, bool centerp)
static int DecimalPrecision(int len)
static double LatitudeResolution(int len)