leaflet.geodesic
    Preparing search index...

    Interface Statistics

    detailled information of the current geometry

    interface Statistics {
        distanceArray: number[];
        points: number;
        totalDistance: number;
        vertices: number;
    }
    Index

    Properties

    distanceArray: number[]

    Stores the distance for each individual geodesic line

    points: number

    number of positions that the geodesic lines are created from

    totalDistance: number

    overall distance of all lines

    vertices: number

    number vertices that were created during geometry calculation