Hi everyone,
I’m familiar with building navigation apps in ArcGIS Experience Builder, and I’ve successfully created apps that use the global routing services (HERE).
Now I’m trying to make the routing work with my own custom network dataset.
Here’s what I’m aiming to achieve:
If both the start and end points are inside the HERE roads coverage → use the global routing service.
If both points are inside my own network dataset → use my local network.
If one point is outside and the other is inside → I want to create something like a “switch” at the entry/exit point between the two networks.
Has anyone implemented or seen a similar approach before? Any insights on how to handle switching between two routing sources within one Experience Builder app?
Thanks!