addLapSelector
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/maps/controls/mapLapSelector / addLapSelector
Function: addLapSelector()
addLapSelector(
_map:unknown,container:HTMLElement,mapDrawLaps:MapDrawLaps,runtime?:MapLapSelectorRuntime):void
Defined in: utils/maps/controls/mapLapSelector.ts:78
Adds lap selector control to map
Parametersβ
_mapβ
unknown
Leaflet map instance. Reserved for future map-specific behavior.
containerβ
HTMLElement
Container element for the control.
mapDrawLapsβ
MapDrawLaps
Function to draw laps on map.
runtime?β
MapLapSelectorRuntime = ...
Returnsβ
void