RoutesRenderedResult
Class describing the result of routes rendering.
Parameters
successfullyRenderedRouteIds
ids of the routes that were successfully rendered (correspond to NavigationRoute.id)
renderingCancelledRouteIds
ids of the routes whose rendering was cancelled (correspond to NavigationRoute.id). This may happen, for example, when a newer rendering operation had been queued before the previous one finished.
successfullyClearedRouteIds
ids of the routes that were successfully cleared (correspond to NavigationRoute.id)
clearingCancelledRouteIds
ids of the routes whose clearance was cancelled (correspond to NavigationRoute.id). This may happen, for example, when a newer rendering operation had been queued before the previous one finished.