interface Frame {
    destination: Location | Stop;
    origin: Location | Stop;
    t?: number;
}

Properties

Properties

destination: Location | Stop
origin: Location | Stop
t?: number

Generated using TypeDoc