RpOption enum

KO: 경로 최적화 기준
EN: Criteria to optimize the route

Inheritance
  • Object
  • Enum
  • RpOption

Values

fast → const RpOption

KO: 가장 빠른 경로
EN: Fastest route

free → const RpOption

KO: 무료 도로
EN: Free route

shortest → const RpOption

KO: 가장 짧은 경로
EN: Shortest route

noAuto → const RpOption

KO: 자동차 전용 도로 제외
EN: Exclude motorway

wide → const RpOption

KO: 큰길 우선
EN: Wide road first

highway → const RpOption

KO: 고속도로 우선
EN: Highway first

normal → const RpOption

KO: 일반 도로 우선
EN: Normal road first

KO: 추천 경로(기본값)
EN: Recommended route (Default)

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<RpOption>
A constant List of the values in this enum, in order of their declaration.