ProximityResult class final

The returned results of calling GeometryEngine.nearestCoordinate and GeometryEngine.nearestVertex.

Implemented types

Properties

coordinate ArcGISPoint
The point found.
no setter
distance double
The result distance.
no setter
hashCode int
The hash code for this object.
no setterinherited
partIndex int
The index of the part in which the point was found.
no setter
pointIndex int
The index of the point that was found within its part.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

npos() int
Returns a value indicating a bad index.