SDK JS
    Preparing search index...

    A sample station along the profile line.

    interface ProfileStation {
        distanceM: number;
        lat: number;
        lng: number;
    }
    Index

    Properties

    Properties

    distanceM: number

    Cumulative horizontal distance from the line start, metres.

    lat: number

    Latitude in degrees.

    lng: number

    Longitude in degrees.