API (v2.0.0) - Giro3D
    Preparing search index...

    Interface ElevationSample

    Contains information about an elevation sample taken on a map.

    interface ElevationSample {
        elevation: number;
        resolution: number;
        source: ElevationProvider;
    }
    Index

    Properties

    elevation: number

    The elevation at the sample location.

    resolution: number

    The resolution of the sample.

    The provider on which the sample was done.