sww
    Preparing search index...

    Type Alias HikingEditorOptions

    type HikingEditorOptions = {
        graphhopperUrl?: string;
        map: OLMap;
        type: HikingType;
        uuid?: string;
    }
    Index

    Properties

    graphhopperUrl?: string

    The optional Graphhopper URL

    map: OLMap

    An OpenLayers map instance

    type: HikingType

    The type of the hiking: HikingEditor.HikingType

    uuid?: string

    The optional uuid of the hiking to edit