Options

data class Options<Key>(val routeOptions: Map<Key, PathNetwork.RouteOptions>, val animatingRouteSelector: (Map<Key, AnimatingRoute>) -> Map<Key, AnimatingRoute>, val selectedAnimatingRouteShaper: (Map<Key, AnimatingRoute>) -> Map<Key, AnimatingShapedRoute>)

Configuration options for journey route calculation and styling.

Since

0.0.86

Constructors

Link copied to clipboard
constructor(routeOptions: Map<Key, PathNetwork.RouteOptions>, animatingRouteSelector: (Map<Key, AnimatingRoute>) -> Map<Key, AnimatingRoute>, selectedAnimatingRouteShaper: (Map<Key, AnimatingRoute>) -> Map<Key, AnimatingShapedRoute>)

Types

Link copied to clipboard
object Companion