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: 8.2.1.0 (8.2.1)
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