AnimatingShapedRoute

data class AnimatingShapedRoute(val animatingRoute: AnimatingRoute, val shapes: List<Shape>)

Represents an animating route with its visual representation as shapes.

This class combines an AnimatingRoute with the visual Shape elements that define how the route should be rendered on the map. The shapes provide the visual styling including colors and stroke width.

Since

0.0.86

Constructors

Link copied to clipboard
constructor(animatingRoute: AnimatingRoute, shapes: List<Shape>)

Properties

Link copied to clipboard

The animating route containing the path data and animation state.

Link copied to clipboard

The list of shapes that define the visual representation of this route.