sww
    Preparing search index...

    Type Alias ElevationProfileOptions

    type ElevationProfileOptions = {
        map: OLMap;
        out?: () => void;
        over?: (event: CustomEvent<OverDetails>) => void;
        target: HTMLElement | string;
    }
    Index

    Properties

    Properties

    map: OLMap

    An OpenLayers map instance

    out?: () => void

    Callback for when the mouse leaves the elevation profile

    over?: (event: CustomEvent<OverDetails>) => void

    Callback for when the mouse is over the elevation profile

    target: HTMLElement | string

    The target element for the elevation profile