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

    类型别名 LineString

    type LineString = {
        coordinates: number[][];
        type: "LineString";
    }
    索引

    属性

    coordinates: number[][]
    type: "LineString"