Type Alias TFocusable

TFocusable:
    | Floor
    | Space
    | Coordinate
    | MapObject
    | Connection
    | PointOfInterest
    | Door
    | Annotation
    | Node
    | Position

A map element that can be focused on by the camera.