Taos API Reference
    Preparing search index...

    Type Alias HeightSampler

    HeightSampler: (lonDeg: number, latDeg: number) => number | null

    A terrain height sampler: meters above the ellipsoid at a lon/lat (degrees), or null when no streamed terrain covers the point (the caller falls back to ellipsoid height).

    Type Declaration

      • (lonDeg: number, latDeg: number): number | null
      • Parameters

        • lonDeg: number
        • latDeg: number

        Returns number | null