@vernonia/core - v5.1.12
    Preparing search index...

    Interface BasemapOptions

    Hillshade and imagery basemap layers. Exported as a convenience for use will application components.

    interface BasemapOptions {
        hillshade: Basemap;
        imagery: Basemap;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    hillshade: Basemap

    Hillshade basemap.

    imagery: Basemap

    Imagery basemap.