SDLOnWayPointChange Class Reference

Section Contents

Overview

Notification which provides the entire LocationDetails when there is a change to any waypoints or destination.

waypoints

Location address for display purposes only

Required, Array of Strings, Array size 1 - 10

Objective-C

@property (nonatomic, copy) NSArray<SDLLocationDetails *> *_Nonnull waypoints;

Swift

var waypoints: [SDLLocationDetails] { get set }