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:
Function to notification when departing 1km from BCR path.
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: Function to notification when departing 1km from BCR pat
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!
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
for the navigator approach I'll tell Sebastian to look into this.
What is possible with the xServer2: computation of the corridor aka fence!
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
- Attachments
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
-
- Posts: 18
- Joined: Tue May 28, 2019 10:45 am
Re: Function to notification when departing 1km from BCR pat
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
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
Is it possible implement this using NavigationSDK?
-
- Posts: 18
- Joined: Tue May 28, 2019 10:45 am
Re: Function to notification when departing 1km from BCR pat
Hi Daniel,
sorry this is a function we only provide in our Android application.
BR
Sebastian
sorry this is a function we only provide in our Android application.
BR
Sebastian