GeoJsonObjectOutputParent interface
Objeto GeoJSON
válido. Consulte RFC 7946 para obtener más información.
Propiedades
bbox | Rectángulo de selección. Proyección usada: EPSG:3857. Consulte RFC 7946 para obtener más información. |
type |
Detalles de las propiedades
bbox
Rectángulo de selección. Proyección usada: EPSG:3857. Consulte RFC 7946 para obtener más información.
bbox?: number[]
Valor de propiedad
number[]
type
type: "Boundary" | "Feature" | "FeatureCollection" | "GeometryCollection" | "GeoJsonGeometry" | "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeoJsonObject"
Valor de propiedad
"Boundary" | "Feature" | "FeatureCollection" | "GeometryCollection" | "GeoJsonGeometry" | "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeoJsonObject"
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for JavaScript