ArcGIS Runtime SDK for iOS: AGSProximityResult Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSProximityResult Class Reference

Description

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.

Since
100
Inheritance diagram for AGSProximityResult:
AGSObject

Properties

double distance
 
NSInteger partIndex
 
AGSPointpoint
 
NSInteger pointIndex
 

Property Documentation

◆ distance

- (double) distance
readnonatomicassign

The result distance.

Since
100

◆ partIndex

- (NSInteger) partIndex
readnonatomicassign

The index of the part in which the point was found.

Since
100

◆ point

- (AGSPoint*) point
readnonatomicstrong

The point found.

Since
100

◆ pointIndex

- (NSInteger) pointIndex
readnonatomicassign

The index of the point that was found within its part.

Since
100