TrafficFlowQueryOptions class - traffic library - Dart API
TrafficFlowQueryOptions
TrafficFlowQueryOptions class
The options to specify how traffic flow data should be queried.
Constructors
- TrafficFlowQueryOptions()
- Creates a new instance.
Properties
- hashCode → int
-
The hash code for this object.
no setter
- maxJamFactor ↔ double?
-
Max jam factor value.
The jam factor is a value for the amount of traffic on the roadway. The value is between 0.0 and 10.0 (inclusive).
This will be used with TrafficFlowQueryOptions.minJamFactor to filter queried flow.
If the value is null filtering by the max jam factor is not applied.
getter/setter pair
- minJamFactor ↔ double?
-
Min jam factor value.
The jam factor is a value for the amount of traffic on the roadway. The value is between 0.0 and 10.0 (inclusive).
This will be used with TrafficFlowQueryOptions.maxJamFactor to filter queried flow.
If the value is
null, then filtering by the min jam factor is not applied.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.