Variable GeoJsonMultiPolygon

GeoJsonMultiPolygon: {
    [hasInstance](instance) => instance is GeoJsonMultiPolygon;
    toShape(object) => GeoGroup<GeoPath>;
}

Type declaration

Generated using TypeDoc