TMCServiceRequest class
Represents the parameters used to request the traffic broadcast.
Constructors
-
TMCServiceRequest(int countryCode, List<
int> preferredSids, List<int> supportedLtns) - Creates a new instance.
Properties
- countryCode ↔ int
-
Refers to a country in RDS-TMC format.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
preferredSids
↔ List<
int> -
List of preferred SIDs (up to 8).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supportedLtns
↔ List<
int> -
List of supported LTNs (up to 8).
getter/setter pair
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