Notification which provides the entire LocationDetails when there is a change to any waypoints or destination.
Location address for display purposes only
Required, Array of Strings, Array size 1 - 10
@property (nonatomic, copy) NSArray<SDLLocationDetails *> *_Nonnull waypoints;
var waypoints: [SDLLocationDetails] { get set }