I noticed that with the Windows.Services.Maps.MapControl the :
MapRouteFinderResult result = await
MapRouteFinder.GetDrivingRouteFromWaypointsAsync(points,
MapRouteOptimization.TimeWithTraffic);
It is not possible to get the shortest route AND have time with traffic enabled. I think? So I thought I would use the Azure Maps Routing Api which does give the options for both shortest route and trafic info. I was wondering if it is possible to render the results from Azure Api to the UWP MapControl?