GeoHashFromGeohashString Method |
build a new from a base32-encoded .
This will also set up the hashes bounding box and other values, so it can
also be used with functions like within().
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntaxpublic static GeoHash FromGeohashString(
string geohash
)
Public Shared Function FromGeohashString (
geohash As String
) As GeoHash
public:
static GeoHash^ FromGeohashString(
String^ geohash
)
static member FromGeohashString :
geohash : string -> GeoHash
Parameters
- geohash
- Type: SystemString
base32-encoded String
Return Value
Type:
GeoHashA
GeoHash
See Also