leaflet.geodesic
    Preparing search index...

    Interface GeodesicOptions

    interface GeodesicOptions {
        attribution?: string;
        bubblingMouseEvents?: boolean;
        className?: string;
        color?: string;
        dashArray?: string | number[];
        dashOffset?: string;
        fill?: boolean;
        fillColor?: string;
        fillOpacity?: number;
        fillRule?: FillRule;
        interactive?: boolean;
        lineCap?: LineCapShape;
        lineJoin?: LineJoinShape;
        noClip?: boolean;
        opacity?: number;
        pane?: string;
        radius?: number;
        renderer?: Renderer;
        smoothFactor?: number;
        steps?: number;
        stroke?: boolean;
        weight?: number;
        wrap?: boolean;
    }

    Hierarchy

    • PolylineOptions
      • GeodesicOptions
    Index

    Properties

    attribution?: string
    bubblingMouseEvents?: boolean
    className?: string
    color?: string
    dashArray?: string | number[]
    dashOffset?: string
    fill?: boolean
    fillColor?: string
    fillOpacity?: number
    fillRule?: FillRule
    interactive?: boolean
    lineCap?: LineCapShape
    lineJoin?: LineJoinShape
    noClip?: boolean
    opacity?: number
    pane?: string
    radius?: number
    renderer?: Renderer
    smoothFactor?: number
    steps?: number
    stroke?: boolean
    weight?: number
    wrap?: boolean