Variable GeoJsonFeature

GeoJsonFeature: {
    [hasInstance](instance) => instance is GeoJsonFeature<GeoJsonGeometry, GeoJsonProperties>;
    toShape(feature) => GeoShape;
}

Type declaration

Generated using TypeDoc