createRouteResult

Imports route result from feature collection.

Return

A Result containing the RouteResult defined by the feature collection.

Since

200.1.0

Parameters

collection

The feature collection that contains directions, stops, route info, and barriers tables.


suspend fun createRouteResult(portalItem: PortalItem): Result<RouteResult>

Imports route result from portal item.

Return

A Result containing the RouteResult for the route task.

Since

200.1.0

Parameters

portalItem

The portal item with feature collection that contains directions, stops, route info, and barriers tables.