Interface
A spatial entity and its corresponding properties
IFeature can also be imported from the following packages:
import { IFeature } from "@esri/arcgis-rest-feature-service";
import { IFeature } from "@esri/arcgis-rest-routing";Properties
| Property | Type | 
|---|---|
attributes | { [key: string]: any } | 
geometry | IPoint | IPolyline | IPolylineWithCurves | IPolygon | IPolygonWithCurves | 
symbol | ISymbol | 
geometry
optional
Interface Propertygeometry: IPoint | IPolyline | IPolylineWithCurves | IPolygon | IPolygonWithCurvessymbol
optional
Interface Propertysymbol: ISymbol