@nativescript-community/ui-massifmaps
    Preparing search index...

    Interface TerrainOptionsOptions

    interface TerrainOptionsOptions {
        dataSource: TileDataSource<any, any>;
        elevationDecoder?: any;
    }
    Index

    Properties

    dataSource: TileDataSource<any, any>

    the DEM the terrain mesh is built from - a constructor argument, not a setter

    elevationDecoder?: any

    defaults to the encoding declared on the data source