25 #import <Foundation/Foundation.h>
42 #pragma mark initializers
47 #pragma mark properties
54 @property(nonatomic, copy, readonly) NSArray<AGSFeature*> *
allObjects;
An enumerator to iterate over features.
Definition: AGSFeatureEnumerator.h:38
nullable AGSFeature * nextObject()
NSArray< AGSFeature * > * allObjects
Definition: AGSFeatureEnumerator.h:54
A representation of a real-world object on a map.
Definition: AGSFeature.h:47