addLapSelector
FitFileViewer - API Documentation v29.4.0
FitFileViewer - API Documentation / utils/maps/controls/mapLapSelector / addLapSelector
Function: addLapSelector()
addLapSelector(
_map:any,container:HTMLElement,mapDrawLaps:Function):void
Defined in: utils/maps/controls/mapLapSelector.js:44
Adds lap selector control to map
Parametersβ
_mapβ
any
Leaflet map instance (unused in current implementation)
containerβ
HTMLElement
Container element for the control
mapDrawLapsβ
Function
Function to draw laps on map
Returnsβ
void