FsHafas-JavaScript
    Preparing search index...

    Interface Movement

    interface Movement {
        direction?: string;
        frames?: Frame[];
        line?: Line;
        location?: Location;
        nextStopovers?: readonly StopOver[];
        polyline?: FeatureCollection;
        tripId?: string;
    }
    Index

    Properties

    direction?: string
    frames?: Frame[]
    line?: Line
    location?: Location
    nextStopovers?: readonly StopOver[]
    tripId?: string