EarthSDK
    正在准备搜索索引...

    变量 data常量

    data: {
        features: {
            geometry: { coordinates: number[]; type: string };
            properties: {
                "marker-color": string;
                "marker-symbol": string;
                title: string;
            };
            type: string;
        }[];
        type: string;
    } = ...

    包含地理特征集合的数据对象

    类型声明

    • features: {
          geometry: { coordinates: number[]; type: string };
          properties: {
              "marker-color": string;
              "marker-symbol": string;
              title: string;
          };
          type: string;
      }[]
    • type: string