NaviOption

class NaviOption @JvmOverloads constructor(val coordType: CoordType? = null, val vehicleType: VehicleType? = null, val rpOption: RpOption? = null, val routeInfo: Boolean? = null, val startX: String? = null, val startY: String? = null, val startAngle: Int? = null, val returnUri: String? = null) : Parcelable

경로 검색 옵션
Options for searching the route

Constructors

Link copied to clipboard
constructor(coordType: CoordType? = null, vehicleType: VehicleType? = null, rpOption: RpOption? = null, routeInfo: Boolean? = null, startX: String? = null, startY: String? = null, startAngle: Int? = null, returnUri: String? = null)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val coordType: CoordType? = null

좌표계 타입
Type of the coordinate system

Link copied to clipboard
val returnUri: String? = null

전체 경로 보기 종료 시 호출될 URI
URI to be called upon exiting the full route view

Link copied to clipboard
val routeInfo: Boolean? = null

전체 경로 정보 보기 사용 여부
Whether to view the full route information

Link copied to clipboard
@SerializedName(value = "rpoption")
val rpOption: RpOption? = null

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

Link copied to clipboard
@SerializedName(value = "s_angle")
val startAngle: Int? = null

시작 차량 각도(최소: 0, 최대: 359)
Angle of the vehicle at the start point (Minimum: 0, Maximum: 359)

Link copied to clipboard
@SerializedName(value = "s_x")
val startX: String? = null

시작 위치의 경도 좌표
Longitude coordinate of the start point

Link copied to clipboard
@SerializedName(value = "s_y")
val startY: String? = null

시작 위치의 위도 좌표
Latitude coordinate of the start point

Link copied to clipboard

차종(기본값: 카카오내비 앱에 설정된 차종)
Vehicle type (Default: vehicle type set on the Kakao Navi app)