abstract fun updateRouteStyle(routeId: Long, routeStyle: RouteStyle!): Unit
Updates the style of the specific route in terms of route's properties like: width, fillColor and outlineColor.
routeId - Long: the id of the map's route.
routeStyle - RouteStyle!: the new style for the map's route.