Would it be possible to reference the shortest-path plugin anytime there is a step that requires you to travel? Or any step at all to keep things simple. I was looking into it and was wondering if it could be done by sending the coordinates within DetailedStepQuest? Anytime the object is created with the signature with a WorldPoint parameter?
Would it be possible to reference the shortest-path plugin anytime there is a step that requires you to travel? Or any step at all to keep things simple. I was looking into it and was wondering if it could be done by sending the coordinates within
DetailedStepQuest
? Anytime the object is created with the signature with aWorldPoint
parameter?For more information on hooking into the shortest-path plugin: https://github.com/Skretzo/shortest-path/wiki/Cross-plugin-communication
Thank you.