PTBuyTicketInformation class Routes & Navigation

Buy-ticket information for a public transport route.

Holds a URL and references to the parts of the route solution affected by the ticket offer. Instances are returned by PTRoute.getBuyTicketInformation.

Constructors

PTBuyTicketInformation(int id)

Properties

buyTicketURL String
URL where a ticket can be purchased for this route/offer.
no setter
hashCode int
The hash code for this object.
no setterinherited
hasRegisteredAutoReleaseObject bool
getter/setter pairinherited
pointerId int
The pointer ID of the native object
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
solutionPartIndexes List<int>
Indexes of the route solution parts affected by this ticket offer.
no setter

Methods

dispose() → void
Disposes the native object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited