com.google.transit.realtime
Class GtfsRealtimeConstants

java.lang.Object
  extended by com.google.transit.realtime.GtfsRealtimeConstants

public class GtfsRealtimeConstants
extends Object


Field Summary
static String VERSION
          The current version of the GTFS-realtime spec supported by the library.
 
Constructor Summary
GtfsRealtimeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final String VERSION
The current version of the GTFS-realtime spec supported by the library. Should be used to set FeedHeader.Builder#setGtfsRealtimeVersion(String). The current version is ""1.0""

See Also:
Constant Field Values
Constructor Detail

GtfsRealtimeConstants

public GtfsRealtimeConstants()


Copyright © 2012 OneBusAway. All Rights Reserved.