Table of Contents

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

value string

Normalized geohash.

Properties

Value

Gets the normalized geohash string.

public string Value { get; }

Property Value

string