Click or drag to resize

GeoHashToBase32 Method

get the base32 string for this . this method only makes sense, if this hash has a multiple of 5 significant bits.

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public string ToBase32()

Return Value

Type: String

[Missing <returns> documentation for "M:VelocityDBExtensions.Geo.GeoHash.ToBase32"]

Exceptions
ExceptionCondition
[!:IllegalStateException] when the number of significant bits is not a multiple of 5.
See Also