RpOption enum

안내할 경로를 최적화하기 위한 옵션

Inheritance
  • Object
  • Enum
  • RpOption

Constructors

RpOption()
const

Values

fast → const RpOption

빠른 길

free → const RpOption

무료 도로

shortest → const RpOption

최단거리

noAuto → const RpOption

자동차 전용 제외

wide → const RpOption

큰 길 우선

highway → const RpOption

고속도로 우선

normal → const RpOption

일반도로 우선

추천 경로 (기본값)

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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.
[fast, free, shortest, noAuto, wide, highway, normal, recommended]