_StopLocation

Module Contents

Classes

StopLocation

class _StopLocation.StopLocation(stopId: str)

Bases: trasmapy.network._Stop.Stop

property parentLane
property laneIndex: int

The lane index is ignored on all stops beside LaneStops (StopType DEFAULT).

property lane
property stopTypes: trasmapy.users.StopType.StopType
abstract property name: str
abstract property vehicleIds: list[str]
stopType :trasmapy.users.StopType.StopType
_setParent(parentLane) None