Interface Movement

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

Properties

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

Generated using TypeDoc