Variable GeoJsonFeatureCollection

GeoJsonFeatureCollection: {
    [hasInstance](instance) => instance is GeoJsonFeatureCollection<GeoJsonGeometry, GeoJsonProperties>;
    toShapes(object) => GeoShape[];
}

Type declaration

Generated using TypeDoc