@pond-ts/fit API Reference
    Preparing search index...

    Interface ProfilePoint

    A point on the elevation-vs-distance profile.

    interface ProfilePoint {
        distanceMeters: number;
        elevationMeters: number;
    }
    Index

    Properties

    distanceMeters: number
    elevationMeters: number