Variable GeoJson

GeoJson: {
    toShape: {
        (geometry): GeoShape;
        (feature): GeoShape;
        (collection): GeoShape[];
        (object): GeoShape | GeoShape[];
    };
    [hasInstance](instance) => instance is GeoJson;
}

Type declaration

Generated using TypeDoc