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

    Interface RouteEndpointStyle

    Circle-marker style for an endpoint (start or end).

    interface RouteEndpointStyle {
        radius?: number;
        color?: string;
        fillColor?: string;
        fillOpacity?: number;
        weight?: number;
    }
    Index

    Properties

    radius?: number

    Marker radius (px).

    color?: string

    Stroke colour.

    fillColor?: string

    Fill colour.

    fillOpacity?: number

    Fill opacity (0–1).

    weight?: number

    Stroke width (px).