Interface Point

Pointジオメトリ

interface Point {
    bbox?: BBox;
    coordinates: Position;
    type: "Point";
}

Hierarchy (view full)

Properties

bbox?: BBox

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

coordinates: Position

座標

type: "Point"

種別