Open Pioneer Trails Packages
    Preparing search index...

    Interface OlMapOptions

    Advanced options during map construction.

    interface OlMapOptions {
        view: undefined | View | ViewOptions | Promise<ViewOptions>;
    }

    Hierarchy

    • Omit<OlMapBaseOptions, "target" | "view">
      • OlMapOptions
    Index

    Properties

    Properties

    view: undefined | View | ViewOptions | Promise<ViewOptions>

    Advanced options to control the view.

    We recommend using the OlViewOptions type.

    Warning: When a fully constructed OlView instance is provided, some options of MapConfig (such as initialView or projection) cannot be applied anymore.