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,
static double LongitudeResolution(int len)
static int GeohashLength(double res)
.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 void Forward(double lat, double lon, int len, [System::Runtime::InteropServices::Out] System::String^ %geohash)
static double LatitudeResolution(int len)