GeoLeaf Core API - v3.0.0
    Preparing search index...

    Interface ResolvedEndpointConfig

    A layer's resolved endpoint configuration (defaults applied).

    interface ResolvedEndpointConfig {
        showStart: boolean;
        showEnd: boolean;
        startStyle: RouteEndpointStyle;
        endStyle: RouteEndpointStyle;
    }
    Index

    Properties

    showStart: boolean

    Whether the start marker is shown.

    showEnd: boolean

    Whether the end marker is shown.

    startStyle: RouteEndpointStyle

    Effective start-marker style.

    Effective end-marker style.