timeLegendOptions.Rd
Time Legend Options
timeLegendOptions( position = "topright", title = "Travel Times", layerId = NULL )
position | One of c("topright", "topleft", "bottomright", "bottomleft"). |
---|---|
title | The legend title. |
layerId | The legend layer ID. |
A list of options governing how the time legend appears on the map
# show the list timeLegendOptions()#> $position #> [1] "topright" #> #> $title #> [1] "Travel Times" #>