Proximity Result
class ProximityResult
The returned results of calling GeometryEngine.nearestCoordinate(Geometry, Point) and GeometryEngine.nearestVertex(Geometry, Point).
Since
200.1.0
Types
Properties
Link copied to clipboard
Link copied to clipboard
The index of the part in which the point was found. Returned index value should be checked against ProximityResult.npos for validity.
Link copied to clipboard
The index of the point that was found within its part. Returned index value should be checked against ProximityResult.npos for validity.