FeaturesItemOutput interface
Propriétés
bbox | Cadre englobant. Projection utilisée - EPSG :3857. Pour plus d’informations, reportez-vous à RFC 7946. |
geometry | Type de géométrie |
id | ID de la fonctionnalité retournée |
properties | |
type | Le type d’une fonctionnalité doit être Feature. |
Détails de la propriété
bbox
Cadre englobant. Projection utilisée - EPSG :3857. Pour plus d’informations, reportez-vous à RFC 7946.
bbox?: number[]
Valeur de propriété
number[]
geometry
Type de géométrie GeoJSON Point
valide. Pour plus d’informations, reportez-vous à RFC 7946.
geometry: GeoJsonPointOutput
Valeur de propriété
id
ID de la fonctionnalité retournée
id?: string
Valeur de propriété
string
properties
type
Le type d’une fonctionnalité doit être Feature.
type?: "Feature"
Valeur de propriété
"Feature"
Azure SDK for JavaScript