#OneBusAway Wrapper
Supports all native api calls, with extended variables.
Todo stop & route by address /w geocoder.
#Calls
onebusaway.stop_by_id('1_10020')
{"text"=>"OK", "data"=>{"stop"=>{"id"=>"1_100...
onebusaway.route_by_id('1_30')
{"text"=>"OK", "data"=>{"route"=>{"id"=>"1_3...
Latitude {required}, Longitude {required}, Query {optional}(ROUTE_SHORT_NAME), Radius {optional}(RADIUS_DISTANTCE)
onebusaway.stops_by_latlong('47.66839305008159','-122.29036331176758')
{"text"=>"OK", "data"=>{"stops"=>{"id"=>"1_100...
Latitude {required}, Longitude {required}, Query {optional}(ROUTE_SHORT_NAME), Radius {optional}(RADIUS_DISTANTCE)
onebusaway.routes_by_latlong('47.66839305008159','-122.29036331176758')
{"text"=>"OK", "data"=>{"route"=>{"id"=>"1_100...
onebusaway.stops_for_route('1_30')
{"text"=>"OK", "data"=>{"route"=>{"id"=>"1_3...
onebusaway.arvdep_for_stop('1_10020')
{"text"=>"OK", "data"=>{"route"=>{"id"=>"1_100...
http://code.google.com/p/onebusaway/wiki/OneBusAwayApiReference