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
包含地理特征集合的数据对象