Interface GeoJsonObject

GeoJSONオブジェクト

interface GeoJsonObject {
    bbox?: BBox;
    type: "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeometryCollection" | "Feature" | "FeatureCollection";
}

Hierarchy (view full)

Properties

Properties

bbox?: BBox

バウンディングボックス(座標範囲)

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

種別