Partilhar via


GeoJsonObjectOutputParent interface

Um objeto GeoJSON válido. Consulte RFC 7946 para obter detalhes.

Propriedades

bbox

Caixa delimitadora. Projeção utilizada - EPSG:3857. Consulte RFC 7946 para obter detalhes.

type

Detalhes de Propriedade

bbox

Caixa delimitadora. Projeção utilizada - EPSG:3857. Consulte RFC 7946 para obter detalhes.

bbox?: number[]

Valor de Propriedade

number[]

type

type: "FeatureCollection" | "Feature" | "Point" | "GeoJsonGeometry" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeometryCollection" | "GeoJsonObject" | "Boundary"

Valor de Propriedade

"FeatureCollection" | "Feature" | "Point" | "GeoJsonGeometry" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeometryCollection" | "GeoJsonObject" | "Boundary"