Class GeoNearPoint.GeoJson<TCoordinates>
Represents a GeoNearPoint that wraps a GeoJsonPoint.
public class GeoNearPoint.GeoJson<TCoordinates> : GeoNearPoint where TCoordinates : GeoJsonCoordinates
Type Parameters
TCoordinates
The type of the coordinates.
- Inheritance
-
GeoNearPoint.GeoJson<TCoordinates>
- Inherited Members
- Extension Methods
Constructors
GeoJson(GeoJsonPoint<TCoordinates>)
Initializes a new instance of the GeoNearPoint.GeoJson<TCoordinates> class.
public GeoJson(GeoJsonPoint<TCoordinates> value)
Parameters
value
GeoJsonPoint<TCoordinates>The value.
Properties
Value
Gets the value.
public GeoJsonPoint<TCoordinates> Value { get; }
Property Value
- GeoJsonPoint<TCoordinates>