NaviOption class

길안내 옵션

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

Properties

coordType CoordType?
사용할 좌표계
final
hashCode → int
The hash code for this object.
read-onlyinherited
returnUri → String?
길안내 종료(전체 경로보기시 종료) 후 호출 될 URI.
final
routeInfo → bool?
전체 경로정보 보기 사용여부
final
rpOption RpOption?
경로 옵션
final
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
startAngle → int?
시작 차량 각도 (0 ~ 359)
final
startX → String?
시작 위치의 경도 좌표
final
startY → String?
시작 위치의 위도 좌표
final
vehicleType VehicleType?
차종
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