gtfs-sqljs
    Preparing search index...

    Interface VehiclePositionFilters

    interface VehiclePositionFilters {
        limit?: number;
        routeId?: string;
        tripId?: string;
        vehicleId?: string;
    }
    Index

    Properties

    limit?: number
    routeId?: string
    tripId?: string
    vehicleId?: string