Interface ShapeProps

interface ShapeProps {
    floor?: Floor;
    geometry: FeatureCollection<Polygon | MultiPolygon | LineString, any>;
    onLoad?: (shape: default.Shape) => void;
    style: PaintStyle;
}

Properties

floor?: Floor
onLoad?: (shape: default.Shape) => void
style: PaintStyle
MMNEPVFCICPMFPCPTTAAATR