Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias TMapViewObjectTypes

    Associates MapView type strings with their corresponding classes.

    type TMapViewObjectTypes = {
        "image-3d": Image3DView;
        label: Label;
        marker: Marker;
        model: Model;
        path: Path;
        "path-segment": PathSegment;
        shape: Shape;
        "text-3d": Text3DView;
    }
    Index

    Properties

    "image-3d": Image3DView
    label: Label
    marker: Marker
    model: Model
    path: Path
    "path-segment": PathSegment
    shape: Shape
    "text-3d": Text3DView