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)
Syntaxpublic int CharacterPrecision { get; }
Public ReadOnly Property CharacterPrecision As Integer
Get
public:
property int CharacterPrecision {
int get ();
}
member CharacterPrecision : int with get
Property Value
Type:
Int32
ExceptionsException | Condition |
---|
[!:IllegalStateException] |
when the hash cannot be encoded in base32, i.e. when the
precision is not a multiple of 5. |
See Also