Locate Service Around a Location

How to enter locations | Planning Tips | Transit Service Locator | Find Routes Near Location

To retrieve information about routes servicing the area around a location, enter the desired address, intersection, or landmark name.

The search date is defaulted to today. If you wish to see service information for a day in the future, enter the date of desired service.

The service time period is set to one hour prior to and after the current time. You may get information for a different range of time by entering a new Time Range.

Lastly, if you need accessibility, check the Accessible Trip Required option. When the query parameters are correct, select Service.


blue line
Location:
Date: <% ' ---------------------------------------------------------------------------------- ' Build the MONTH drop-down box ' ---------------------------------------------------------------------------------- ' This produces the current months integer (ex. 7) dim z, myNow myNow = DateAdd("n", 4, Now) response.write("") %> <% ' ---------------------------------------------------------------------------------- ' Build the Day drop-down box ' ---------------------------------------------------------------------------------- ' This produces the current Day integer (ex. 7) response.write("") %> <% ' ------------------------------------------------------------------------------------ ' Build the Year drop-down box ' ------------------------------------------------------------------------------------ response.write("") %>
Time Range: <% ' ------------------------------------------------------------------------------------ ' Build the Hour drop-down box ' ------------------------------------------------------------------------------------ dim iHour iHour = Hour(myNow) if iHour = 0 then iHour = 24 if iHour > 12 then iHour = iHour - 12 dim sMinute sMinute = Minute(myNow) if sMinute < 10 then sMinute = "0" & sMinute end if dim myAMPM if (Hour(myNow) >= 0) and (Hour(myNow) <= 11) then myAMPM = "AM" Else myAMPM = "PM" End If dim myTime1 myTime1 = (iHour - 1) & ":" & sMinute & " " & myAMPM dim myTime2 myTime2 = (iHour + 1) & ":" & sMinute & " " & myAMPM %>  to  HH:MM AM/PM
Distance:
Option:  Accessible Trip Required
  

How to enter locations | Planning Tips | Transit Service Locator | Find Routes Near Location

For more information please call 5-1-1


Navigation