Method EncodeLatLon
EncodeLatLon(Double, Double)
Encodes the given latitude and longitude into a geohash
Declaration
public static string EncodeLatLon(double latitude, double longitude)
Parameters
Type | Name | Description |
---|---|---|
System.Double | latitude | Latitude to encode |
System.Double | longitude | Longitude to encode |
Returns
Type | Description |
---|---|
System.String | Geohash encoding of the longitude and latitude |
EncodeLatLon(Double, Double, Int32)
Encodes the given latitude and longitude into a geohash
Declaration
public static string EncodeLatLon(double latitude, double longitude, int precision)
Parameters
Type | Name | Description |
---|---|---|
System.Double | latitude | Latitude to encode |
System.Double | longitude | Longitude to encode |
System.Int32 | precision |
Returns
Type | Description |
---|---|
System.String | Geohash encoding of the longitude and latitude |