Table of Contents

Struct PlusCodeValue

Namespace
Veritas.Geospatial
Assembly
Veritas.dll

Represents a validated Plus Code (Open Location Code).

public readonly struct PlusCodeValue
Inherited Members

Constructors

PlusCodeValue(string)

Initializes a new instance of the PlusCodeValue struct.

public PlusCodeValue(string value)

Parameters

value string

Normalized Plus Code.

Properties

Value

Gets the normalized Plus Code.

public string Value { get; }

Property Value

string