Help for this page

Select Code to Download


  1. or download this
    entity {
      id: "42558_202397_3000_41_1"
    ...
        occupancy_status: MANY_SEATS_AVAILABLE
      }
    }
    
  2. or download this
    [
              'TransitRealtime::Alert::Cause',
    ...
              'TransitRealtime::VehicleDescriptor',
              'TransitRealtime::VehiclePosition'
            ];
    
  3. or download this
    foreach $entity ( @entities ){
        if($entity->route_id eq '3000_41'){
            print "bus is at " . $position->{latitude} . ', ' .  $position
    +->{longitude};
        }
    }