FeaturesItemOutput interface
Properties
bbox | Bounding box. Projection used - EPSG:3857. Please refer to RFC 7946 for details. |
geometry | A valid |
id | ID for feature returned |
properties | |
type | The type of a feature must be Feature. |
Property Details
bbox
Bounding box. Projection used - EPSG:3857. Please refer to RFC 7946 for details.
bbox?: number[]
Property Value
number[]
geometry
A valid GeoJSON Point
geometry type. Please refer to RFC 7946 for details.
geometry: GeoJsonPointOutput
Property Value
id
ID for feature returned
id?: string
Property Value
string
properties
type
The type of a feature must be Feature.
type?: "Feature"
Property Value
"Feature"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript