Maps a list of bus stops to their nearest nodes on the street graph. This optimizes future lookups by caching the StopID -> NodeID relationship.
A map of StopID to {lat, lon}.
Maps a list of bus stops to their nearest nodes on the street graph. This optimizes future lookups by caching the StopID -> NodeID relationship.