Time Legend Options

timeLegendOptions(
  position = "topright",
  title = "Travel Times",
  layerId = NULL
)

Arguments

position

One of c("topright", "topleft", "bottomright", "bottomleft").

title

The legend title.

layerId

The legend layer ID.

Value

A list of options governing how the time legend appears on the map

Examples

# show the list timeLegendOptions()
#> $position #> [1] "topright" #> #> $title #> [1] "Travel Times" #>