Skip to main content

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