13 namespace NETGeographicLib
58 static void Forward(
double lat,
double lon,
int len,
59 [System::Runtime::InteropServices::Out] System::String^% geohash);
78 static void Reverse(System::String^ geohash,
79 [System::Runtime::InteropServices::Out]
double% lat,
80 [System::Runtime::InteropServices::Out]
double% lon,
81 [System::Runtime::InteropServices::Out]
int% len,