Package com.kakao.sdk.navi.model

카카오내비 API 모델 패키지
Package for the Kakao Navi APIs model

Types

Link copied to clipboard
enum CoordType : Enum<CoordType>

좌표계 타입
Type of the coordinate system

Link copied to clipboard
data class Location @JvmOverloads constructor(name: String, x: String, y: String, rpFlag: String?) : Parcelable

장소 정보
Location information

Link copied to clipboard
class NaviOption @JvmOverloads constructor(coordType: CoordType?, vehicleType: VehicleType?, rpOption: RpOption?, routeInfo: Boolean?, startX: String?, startY: String?, startAngle: Int?, returnUri: String?) : Parcelable

경로 검색 옵션
Options for searching the route

Link copied to clipboard
enum RpOption : Enum<RpOption>

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

Link copied to clipboard
enum VehicleType : Enum<VehicleType>

차종
Vehicle type