Taos API Reference
    Preparing search index...

    Interface CzmlDocument

    A parsed CZML document.

    interface CzmlDocument {
        clock: Clock | null;
        entities: CzmlEntity[];
        byId: Map<string, CzmlEntity>;
    }
    Index

    Properties

    Properties

    clock: Clock | null
    entities: CzmlEntity[]
    byId: Map<string, CzmlEntity>

    The entity collection keyed by id.