IGeocodeResponse
Interface
Properties
Property | Type |
---|---|
{ features: { geometry: object; properties: any; type: string }[]; type: string } | |
geoJson
optional
Interface PropertygeoJson: { features: { geometry: object; properties: any; type: string }[]; type: string }
Type declaration
spatialReference
Interface PropertyspatialReference: ISpatialReference
candidates: { address: string; attributes: object; extent?: IExtent; location: IPoint; score: number }[]