Interface LineString

LineStringジオメトリ

interface LineString {
    bbox?: BBox;
    coordinates: Position[];
    type: "LineString";
}

Hierarchy (view full)

Properties

bbox?: BBox

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

coordinates: Position[]

座標

type: "LineString"

種別