Click or drag to resize

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)
Syntax
public static GeoHash FromGeohashString(
	string geohash
)

Parameters

geohash
Type: SystemString
base32-encoded String

Return Value

Type: GeoHash
A GeoHash
See Also