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

    类型别名 FeatureCollection

    A collection of feature objects. https://tools.ietf.org/html/rfc7946#section-3.3

    type FeatureCollection = {
        bbox?: number[];
        features: Feature[];
        type: "FeatureCollection";
    }
    索引

    属性

    bbox?: number[]
    features: Feature[]
    type: "FeatureCollection"