KNVParams Class Reference

Inherits from NSObject
Conforms to NSCoding
Declared in KNVParams.h

Overview

카카오내비 API 호출을 위한 파라미터 정보 클래스.

  destination

목적지 기본 정보. (required)

@property (readonly) KNVLocation *destination

Declared In

KNVParams.h

  options

옵션 정보.

@property (nullable, copy, nonatomic) KNVOptions *options

Declared In

KNVParams.h

  viaList

경유지 정보. (최대 3개)

@property (nullable, copy, nonatomic) NSArray<KNVLocation*> *viaList

Declared In

KNVParams.h