다크 모드
Constructor
예시 코드 초기화하기kotlin
// <init>
KNDirection(rgIdx: Int, location: KNLocation, rgCode: KNRGCode, nodeName: String?, directionNames: List<String>?)표 1 Properties
| Name | Description | Type |
|---|---|---|
location | 경로상 회전 구간 위치 | var location: KNLocation |
rgCode | 회전 구간 경로 분류 코드 | var rgCode: KNRGCode |
nodeName | 회전 구간 노드명 | var nodeName: String? |
directionNames | 회전 구간 진입 시 진행 방면 명칭 | val directionNames: List<String>? |
dirNameType | 방면 명칭 타입 | val dirNameType: KNDirNameType |
directionAng | 회전 각도(degree) | val directionAng: Int |
laneColor | 경로 안내(RG) 시 표시되는 노면 유도선의 색상 | val laneColor: KNRGLaneColor |
함수
두 개의 회전 구간 정보가 동일한지 판단합니다.
| fun isSameToDirection( | direction: | KNDirection | ): Boolean |