Click or drag to resize

GeoHashCharacterPrecision Property

Returns the number of characters that represent this hash.

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public int CharacterPrecision { get; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
[!:IllegalStateException] when the hash cannot be encoded in base32, i.e. when the precision is not a multiple of 5.
See Also