Package-level declarations

카카오내비 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
@Serializable
data class Location @JvmOverloads constructor(val name: String, val x: String, val y: String, val rpFlag: String? = null)

장소 정보
Location information

Link copied to clipboard
@Serializable
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)

경로 검색 옵션
Options for searching the route

Link copied to clipboard
@Serializable
enum RpOption : Enum<RpOption>

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

Link copied to clipboard
@Serializable
enum VehicleType : Enum<VehicleType>

차종
Vehicle type