RtGeospatialValueDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents a geospatial value of
public class RtGeospatialValueDto
Inheritance Object → RtGeospatialValueDto
Properties
Distance
The geographical distance if a geospatial query has been applied
public Nullable<double> Distance { get; set; }
Property Value
Point
Gets the geospatial point
public Point Point { get; set; }
Property Value
Point
Constructors
RtGeospatialValueDto()
public RtGeospatialValueDto()