IsolineRangeType enum
Specifies the type of one or more range values to be included in the isoline.
This value defines the restriction that is used to calculate the reachable area.
Values
- distanceInMeters → const IsolineRangeType
-
Distance range in meters. The corresponding values must be 1000000 at the most. Otherwise, the request will fail.
- timeInSeconds → const IsolineRangeType
-
Time range in seconds. The corresponding values must be 32400 at the most. Otherwise, the request will fail.
- consumptionInWattHours → const IsolineRangeType
-
Consumption range in Wh. The corresponding values must be 300000 at the most. Otherwise, the request will fail.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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.
inherited
Constants
-
values
→ const List<
IsolineRangeType> - A constant List of the values in this enum, in order of their declaration.