updateRouteName

open override fun updateRouteName(routeId: Int, newRouteName: String): Boolean

Updates the name of a saved route.

Return

{@code true} if the rename operation is successful, {@code false} otherwise.

Parameters

routeId

The ID of the route to be updated.

newRouteName

The new name for the route.