RpOption enum Null safety
안내할 경로를 최적화하기 위한 옵션
Constants
- fast → const RpOption
-
빠른 길
@JsonValue("1")const RpOption(0)
- free → const RpOption
-
무료 도로
@JsonValue("2")const RpOption(1)
- highway → const RpOption
-
고속도로 우선
@JsonValue("6")const RpOption(5)
- noAuto → const RpOption
-
자동차 전용 제외
@JsonValue("4")const RpOption(3)
- normal → const RpOption
-
일반도로 우선
@JsonValue("8")const RpOption(6)
- recommended → const RpOption
-
추천 경로 (기본값)
@JsonValue("100")const RpOption(7)
- shortest → const RpOption
-
최단거리
@JsonValue("3")const RpOption(2)
-
values
→ const List<
RpOption> -
A constant List of the values in this enum, in order of their declaration.
const List<
RpOption> - wide → const RpOption
-
큰 길 우선
@JsonValue("5")const RpOption(4)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited