Send this notification when the list of waypoints is changed and SDL is subscribed to waypoint updates
Name | Type | Mandatory | Additional | Description |
---|---|---|---|---|
wayPoints | Common.LocationDetails | true | array: true minsize: 1 maxsize: 10 |
{ "id" : 47, "jsonrpc" : "2.0", "method" : "Navigation.OnWayPointChange", "params" : { "wayPoints" : [ { "phoneNumber" : "123-456-7890", "addressLines" : "addresstext" } ] } }