KNVLocation Class Reference Inherits from NSObject Conforms to NSCodingNSCopying Declared in KNVLocation.h Overview 특정 장소에 대한 정보를 담고 있는 클래스. 목적지 또는 경유지로 사용된다. name 장소 이름 (required) @property (copy, nonatomic) NSString *name Declared In KNVLocation.h x 장소의 경도 좌표 (required) @property (copy, nonatomic) NSNumber *x Declared In KNVLocation.h y 장소의 위도 좌표 (required) @property (copy, nonatomic) NSNumber *y Declared In KNVLocation.h rpflag 도착링크 옵션 “G” @property (nullable, copy, nonatomic) NSString *rpflag Declared In KNVLocation.h