interface IGeoJson {
    features: IFeature[];
    type: string;
}

Properties

Properties

features: IFeature[]
type: string