Type Alias TMapViewObjectTypes

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

Associates MapView type strings with their corresponding classes.

Type declaration