Embedded Java: Public Transit

I’ve seen RoutingExample.java that shows me how to calculate route directly in the Java code, however I want to also apply public transit to this example. I only see the GTFS reader module as a webserver and the set up process seems very different.

What approach should I take to integrate public transit in the same way as RoutingExample?

sorry if this seems like a noob question. I’m very inexperience in this area

1 Like