Constructor for the PTStop class.
Optional ReadonlyisAn optional flag indicating if the stop is a station.
ReadonlyroutesA list of routes associated with the stop. This is a list of PTRouteInfo objects.
ReadonlystopThe ID of the stop.
ReadonlystopThe name of the stop.
This class represents a public transport stop.
It contains the stop's ID, name, an optional flag indicating if it's a station, and a list of routes associated with the stop.