@watergis/maplibre-gl-terradraw
    Preparing search index...

    Abstract base mode shared by time/distance isochrone modes. A subclass only needs to declare its mode name and contourType.

    The clicked location is kept in the store only while the Valhalla API request is in flight; once isochrone polygons are computed they are stored in the Terra Draw store as the canonical features and the transient point is removed. Polygons computed from the same click share properties.groupId.

    Hierarchy (View Summary)

    Index
    contourType: "time" = ...
    mode: string = 'time-isochrone'
    • get costingModel(): "auto" | "pedestrian" | "bicycle"

      Returns "auto" | "pedestrian" | "bicycle"

    • set costingModel(value: "auto" | "pedestrian" | "bicycle"): void

      Parameters

      • value: "auto" | "pedestrian" | "bicycle"

      Returns void