Page 1 of 1
Function to notification when departing 1km from BCR path.
Posted: Fri Apr 08, 2022 11:46 am
by danlez
Hello,
I have question about function to notify if driver drove away 1 km from base path generated from BCR. Does it exist or something with similar action?
Pictures to represent the situation:
Drive on base path from BCR:
Situation, when it should notify:
Re: Function to notification when departing 1km from BCR pat
Posted: Fri Apr 08, 2022 12:24 pm
by Bernd Welter
Hi Daniel,
for the navigator approach I'll tell Sebastian to look into this.
What is possible with the xServer2: computation of the corridor aka fence!
- 2.5km / 5.0 km fence (default profile)
If you are able to gather a drivers current position while he is supposed to follow a specific track you could create an alert once the GPS position is no longer inside the computed geometry.
I took
com.ptvgroup.xserver.xroute.ReachableAreasRequest.
And here's also
another topic which deals with fencing.
Bernd
Re: Function to notification when departing 1km from BCR pat
Posted: Fri Apr 08, 2022 1:20 pm
by SebastianSchlichting
Hi Daniel,
You can first set a corridor around the current route:
http://navigator.ptvgroup.com/DE/remote ... tener.html
The distance is in meter.
And then you can register if you have left the corridor or entered it:
http://navigator.ptvgroup.com/DE/remote ... 38ddd22944
Also you can register for a reroute event:
http://navigator.ptvgroup.com/DE/remote ... d5cd6027b4
Re: Function to notification when departing 1km from BCR pat
Posted: Thu Apr 21, 2022 10:53 am
by danlez
Is it possible implement this using NavigationSDK?
Re: Function to notification when departing 1km from BCR pat
Posted: Tue May 03, 2022 1:33 pm
by SebastianSchlichting
Hi Daniel,
sorry this is a function we only provide in our Android application.
BR
Sebastian