GeoNearPoint Type Conversions |
Name | Description | |
---|---|---|
![]() ![]() | Implicit(GeoJsonPoint<GeoJson2DCoordinates> to GeoNearPoint) |
Implicit conversion to wrap a 2D GeoJson point in a GeoNearPoint value.
|
![]() ![]() | Implicit(GeoJsonPoint<GeoJson2DGeographicCoordinates> to GeoNearPoint) |
Implicit conversion to wrap a 2D GeoJson point in a GeoNearPoint value.
|
![]() ![]() | Implicit(GeoJsonPoint<GeoJson2DProjectedCoordinates> to GeoNearPoint) |
Implicit conversion to wrap a 2D GeoJson point in a GeoNearPoint value.
|
![]() ![]() | Implicit(XYPoint to GeoNearPoint) |
Implicit conversion to wrap an XYPoint in a GeoNearPoint value.
|