kakao-android-sdk-rx / com.kakao.sdk.navi.model / NaviOptions

NaviOptions

class NaviOptions : Parcelable

Constructors

<init>

NaviOptions(coordType: CoordType? = null, vehicleType: VehicleType? = null, rpOption: RpOption? = null, routeInfo: Boolean? = null, startX: Double? = null, startY: Double? = null, startAngle: Int? = null, returnUri: String? = null)

Properties

coordType

val coordType: CoordType?

returnUri

val returnUri: String?

routeInfo

val routeInfo: Boolean?

rpOption

val rpOption: RpOption?

startAngle

val startAngle: Int?

startX

val startX: Double?

startY

val startY: Double?

vehicleType

val vehicleType: VehicleType?