Class BaseSvgEL

Base class for Svg event listeners

Source : file dialogs/profileDialog/BaseSvgEL.js at line 36

Constructor

new BaseSvgEL ( )

The constructor

Source : file dialogs/profileDialog/BaseSvgEL.js at line 42

Public methods

getlatLngElevOnRouteAtMousePosition ( mouseEvent )

Get the lat, lng, elevation, ascent and distance from the route origin at the mouse position on the svg

Source : file dialogs/profileDialog/BaseSvgEL.js at line 53

Parameters

Name Type Description
mouseEvent Event

The triggered event

Returns

An object with the lat, lng, elevation, ascent and distance from the route origin at the mouse position on the svg
Type : LatLngElevOnRoute