Hi,
Can someone please help me with Live traffic implementation
1. For our POC, we need to show the live traffic data. we tried using the below link :
Traffic service—ArcGIS REST APIs | ArcGIS Developers
but we were unable to proceed as it requires enterprise subscription. We don't have any source for live traffic feed , so expecting the live data from Esri service also without using Enterprise subscription.
2. To display different routes, we were able to plot the route on the map using Feature Service , Collection and Route Service Api.
But the Route Service api generates a single route for the given stops wherein we are expecting all possible different routes .
> expecting the live data from Esri service also without using Enterprise subscription
That specific service requires a subscription. I'm not aware of any free traffic services, but if you can find one, you could try and write a custom layer for it.
> 2. the Route Service api generates a single route for the given stops wherein we are expecting all possible different routes.
I'm not sure what you mean by "All possible routes". The service provides the most optimal route for the given input. Depending on which routing service you use, you can have it optimize for various things and adjust weights to get alternative routes (like fastest vs shortest, walking vs driving vs biking, avoid toll roads and ferries etc).