Hello to everyone,
I have an application under development that implements re-routing with Arcgis Runtime 100.11.2.0
This is the scenario: I am going to attend an event or incident
The app traces the correct route for me, I'm heading in the wrong direction from where I'm supposed to be going along, the event is south of me and I'm driving north away from the event.
I ignore the proposed route twice to see the re-routing behavior
I know I need to go back that route correct, but the app plotting me a route going in the opposite direction which makes me instantly ‘off route’.
What parameter do I need in the routing service to update the heading of the unit-device?
How can I adjust the course of the direction I'm moving?
Thanks.
Hi
I am assuming you must have looked at this sample already. Are you saying when you are re-routed the heading on the map continues to be in wrong direction?
--Preeti
Hi Preeti
Thank you for your answer. I have reviewed the ESRI documentation that you recommend
The problem is that re-routing plotting me a route going in the opposite direction.
I would expect the traced route to go forward and indicate the driving maneuvers I must do to take the new route correctly.
Are you saying you'd expect the calculated route to continue in the direction you're already headed, and take you to a place where you can perform a U-turn, and then turn you around to go in the right direction?
Hi Morten, thanks for answering me
Right, that's what I need the app to do
Hi Morten
Do you have any idea that you can help me, can you please consult with Rex Hansen and Nicholas?, Thanks
DirectionsStyle set to "Navigation"?
Check the value of "DirectionsSupport" and "SupportsRerouting"?
Hi Hayer,
We have already changed the parameter to this value that you suggest
DirectionsStyle = "Navigation"
Where or how can I set this other "DirectionsSupport" property?
Thanks
A few questions ...
Are you using a mobile map package or are you using a service?
How are you doing the testing described above ... is that a simulation of GPS points and if so where are they coming from?
Frank,
We are using a map as a service
and we obtain the GPS points directly from the device (Mobile) in the field and it is parameterized to update every second