ProfileElevationPathDOM: {
    displayProfileByDefault: (
        data: any,
        container: HTMLElement,
        context: any,
        className: any,
    ) => HTMLElement;
    displayProfileLibAmCharts: (
        data: any,
        container: HTMLElement,
        context: any,
        className: any,
    ) => HTMLElement;
    displayProfileLibD3: (
        data: any,
        container: HTMLElement,
        context: any,
        className: any,
    ) => HTMLElement;
    displayProfileRaw: (
        data: any,
        container: HTMLElement,
        context: any,
        className: any,
    ) => HTMLElement;
} = ...

Type declaration

  • displayProfileByDefault: (data: any, container: HTMLElement, context: any, className: any) => HTMLElement

    Display Profile function used by default : no additonal framework needed.

  • displayProfileLibAmCharts: (data: any, container: HTMLElement, context: any, className: any) => HTMLElement

    Display Profile using Amcharts framework. This method needs AmCharts libraries to be loaded.

  • displayProfileLibD3: (data: any, container: HTMLElement, context: any, className: any) => HTMLElement

    Display Profile using D3 javascript framework. This method needs D3 libraries to be loaded.

  • displayProfileRaw: (data: any, container: HTMLElement, context: any, className: any) => HTMLElement

    Display Profile without graphical rendering (raw service response)