Type Alias TMapDataObjectTypes

TMapDataObjectTypes: {
    annotation: Annotation;
    area: Area;
    connection: Connection;
    door: Door;
    "enterprise-category": EnterpriseCategory;
    "enterprise-location": EnterpriseLocation;
    "enterprise-venue": EnterpriseVenue;
    facade: Facade;
    floor: Floor;
    "floor-stack": FloorStack;
    "location-category": LocationCategory;
    "location-profile": LocationProfile;
    node: Node;
    object: MapObject;
    "point-of-interest": PointOfInterest;
    space: Space;
}

Associates MapData type strings with their corresponding classes.

MMNEPVFCICPMFPCPTTAAATR