movingMarkerOptions {leaflet.extras2} | R Documentation |
Set options for Moving Markers
Description
Set options for Moving Markers
Usage
movingMarkerOptions(autostart = FALSE, loop = FALSE, pauseOnZoom = FALSE)
Arguments
autostart |
If |
loop |
if |
pauseOnZoom |
Pause the marker while zooming. While this improves the
animation, it is not recommended because the animation time is lost and
the marker will not appear at the correct time at the next station.
Default is |
Value
A list of extra options for moving markers
References
https://github.com/ewoken/Leaflet.MovingMarker
See Also
Other MovingMarker Functions:
addMovingMarker()
,
startMoving()
[Package leaflet.extras2 version 1.2.2 Index]