sdk-maps / com.tomtom.online.sdk.map / RouteExtension / updateRouteStyle

updateRouteStyle

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.

Parameters

routeId - Long: the id of the map's route.

routeStyle - RouteStyle!: the new style for the map's route.