NaviOption class

KO: 경로 검색 옵션
EN: Options for searching the route

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Properties

coordType CoordType?
KO: 좌표계 타입
EN: Type of the coordinate system
final
hashCode → int
The hash code for this object.
no setterinherited
returnUri → String?
KO: 전체 경로 보기 종료 시 호출될 URI
EN: URI to be called upon exiting the full route view
final
routeInfo → bool?
KO: 전체 경로 정보 보기 사용 여부
EN: Whether to view the full route information
final
rpOption RpOption?
KO: 경로 최적화 기준
EN: Criteria to optimize the route
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
startAngle → int?
KO: 시작 차량 각도(최소: 0, 최대: 359)
EN: Angle of the vehicle at the start point (Minimum: 0, Maximum: 359)
final
startX → String?
KO: 시작 위치의 경도 좌표
EN: Longitude coordinate of the start point
final
startY → String?
KO: 시작 위치의 위도 좌표
EN: Latitude coordinate of the start point
final
vehicleType VehicleType?
KO: 차종(기본값: 카카오내비 앱에 설정된 차종)
EN: Vehicle type (Default: vehicle type set on the Kakao Navi app)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited