API 参考
    正在准备搜索索引...

    类型别名 Polygon

    type Polygon = {
        coordinates: Position[][];
        type: "Polygon";
    }
    索引

    属性

    coordinates: Position[][]
    type: "Polygon"