NaviOption class Null safety

길안내 옵션

Annotations

Properties

coordType CoordType?
사용할 좌표계
final
hashCode int
The hash code for this object. [...]
read-only, inherited
returnUri String?
길안내 종료(전체 경로보기시 종료) 후 호출 될 URI.
final
routeInfo bool?
전체 경로정보 보기 사용여부
final
rpOption RpOption?
경로 옵션
@JsonKey(name: "rpoption"), final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
startAngle int?
시작 차량 각도 (0 ~ 359)
final
startX String?
시작 위치의 경도 좌표
@JsonKey(name: "s_x"), final
startY String?
시작 위치의 위도 좌표
@JsonKey(name: "s_y"), final
vehicleType VehicleType?
차종
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited