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 LatitudeResolution(int len)
static void Forward(double lat, double lon, int len, [System::Runtime::InteropServices::Out] System::String^%geohash)
static int GeohashLength(double res)
static int DecimalPrecision(int len)
cout<< "Here is the matrix m:"<< endl<< m<< endl;Matrix< ptrdiff_t, 3, 1 > res
.NET wrapper for GeographicLib::Geohash.
static double LongitudeResolution(int len)
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)