ArcGIS Runtime SDK for iOS
100.15
|
The result of a proximity search.
Instances of this class represent results of a proximity search using AGSGeometryEngine
such as finding the nearest vertex or a coordinate of a geometry.
Properties | |
double | distance |
NSInteger | partIndex |
AGSPoint * | point |
NSInteger | pointIndex |
|
readnonatomicassign |
The result distance.
|
readnonatomicassign |
The index of the part in which the point was found.
|
readnonatomicstrong |
The point found.
|
readnonatomicassign |
The index of the point that was found within its part.