SDLGetWayPointsResponse Class Reference

Section Contents

Overview

Response to SDLGetWayPoints

waypoints

Provides additional human readable info regarding the result.

Optional, Array size 1 - 10

Objective-C

@property (nonatomic, strong, nullable) NSArray<SDLLocationDetails *> *waypoints;

Swift

var waypoints: [SDLLocationDetails]? { get set }