PTAgency class Maps & 3D Scenes
Public transport agency information.
Holds identifying metadata for a transit agency: numeric id, display name and an optional website URL.
Is provided as part of PTStopInfo.agencies.
Also see:
- PTStopInfo.agencies — The list of agencies for a stop info.
- PTTrip.agency — The agency operating a specific trip.
Constructors
- PTAgency.new({required int id, required String name, String? url})
- Create a PTAgency.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited