updateActiveRoute

abstract fun updateActiveRoute(polyline: List<GeoPoint>)

Updates the active route. When changing the active route, the previous active route (if any) will no longer be updated.

Parameters

polyline

The polyline representing the active route.