Method NearestCoordinate
NearestCoordinate(Geometry, MapPoint)
Determines the nearest point in the input geometry to the input point using a simple planar measurement.
Declaration
public static ProximityResult NearestCoordinate(this Geometry geometry, MapPoint point)
Parameters
Type | Name | Description |
---|---|---|
Geometry | geometry | The geometry in which the nearest coordinate to a specified point is to be found. |
Map |
point | The point which to find the nearest coordinate to. |
Returns
Type | Description |
---|---|
Proximity |
A Proximity |
Remarks
Input geometry of type Envelope is not supported. To find the nearest coordinate on an Envelope, convert it to a Polygon first.
If the specified geometry is a polyline or polygon the nearest coordinate is the closest
point in the line segment that comprises geometry; it may not necessarily be the closest
vertex of line segment. If you want to obtain the closest vertex in the polyline or
polygon use the Nearest
Planar measurements of distance and area can be extremely inaccurate if using an unsuitable spatial reference.
Ensure that you understand the potential for error with the geometry's spatial reference. If you need to calculate
more accurate results consider using a different spatial reference, or using the geodetic equivalent,
Nearest
Supports true curves.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |