Skip to main content

RtGeospatialValueDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a geospatial value of

public class RtGeospatialValueDto

Inheritance ObjectRtGeospatialValueDto

Properties

Distance

The geographical distance if a geospatial query has been applied

public Nullable<double> Distance { get; set; }

Property Value

Nullable<Double>

Point

Gets the geospatial point

public Point Point { get; set; }

Property Value

Point

Constructors

RtGeospatialValueDto()

public RtGeospatialValueDto()