From 9f0134eb84735441217764d52ccd316730ba6908 Mon Sep 17 00:00:00 2001 From: Igor Kovalenko Date: Fri, 20 Oct 2017 17:09:20 +0300 Subject: fix - OnWayPointChange notification doesn't come on last point fix of MOBILE_API, HMI_API- no OnWayPointsChange on last point --- src/components/interfaces/HMI_API.xml | 2 +- src/components/interfaces/MOBILE_API.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml index ab3933fc0f..6414090a50 100644 --- a/src/components/interfaces/HMI_API.xml +++ b/src/components/interfaces/HMI_API.xml @@ -4069,7 +4069,7 @@ Notification which provides the entire LocationDetails when there is a change to any waypoints or destination. - + See LocationDetails diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml index a1c64aecda..96ef12f752 100644 --- a/src/components/interfaces/MOBILE_API.xml +++ b/src/components/interfaces/MOBILE_API.xml @@ -5924,7 +5924,7 @@ Notification which provides the entire LocationDetails when there is a change to any waypoints or destination. - + See LocationDetails -- cgit v1.2.1