Method Decode
Decode(String, SpatialContext)
Decodes the given geohash into a latitude and longitude
Declaration
public static IPoint Decode(string geohash, SpatialContext ctx)
Parameters
Type | Name | Description |
---|---|---|
System.String | geohash | Geohash to deocde |
SpatialContext | ctx |
Returns
Type | Description |
---|---|
IPoint | Array with the latitude at index 0, and longitude at index 1 |