Struct GeohashValue
- Namespace
- Veritas.Geospatial
- Assembly
- Veritas.dll
Represents a validated geohash.
public readonly struct GeohashValue
- Inherited Members
Constructors
GeohashValue(string)
Initializes a new instance of the GeohashValue struct.
public GeohashValue(string value)
Parameters
valuestringNormalized geohash.
Properties
Value
Gets the normalized geohash string.
public string Value { get; }