RpOption

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

Entries

Link copied to clipboard
@SerializedName(value = "1")
FAST

가장 빠른 경로
Fastest route

Link copied to clipboard
@SerializedName(value = "2")
FREE

무료 도로
Free route

Link copied to clipboard
@SerializedName(value = "3")
SHORTEST

가장 짧은 경로
Shortest route

Link copied to clipboard
@SerializedName(value = "4")
NO_AUTO

자동차 전용 도로 제외
Exclude motorway

Link copied to clipboard
@SerializedName(value = "5")
WIDE

큰길 우선
Wide road first

Link copied to clipboard
@SerializedName(value = "6")
HIGHWAY

고속도로 우선
Highway first

Link copied to clipboard
@SerializedName(value = "8")
NORMAL

일반 도로 우선
Normal road first

Link copied to clipboard
@SerializedName(value = "100")
RECOMMENDED

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

Functions

Link copied to clipboard
fun valueOf(value: String): RpOption

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard