Hierarchy

  • BasemapGalleryService

Constructors

Properties

Methods

Constructors

  • Parameters

    • ngZone: NgZone
    • Optional expandMode: "auto" | "floating" | "drawer"

    Returns BasemapGalleryService

Properties

expandMode?: "auto" | "floating" | "drawer"
ngZone: NgZone

Methods

  • Adds an Esri BasemapGallery widget and, optionally, an Esri Expand widget containing the Basemap Gallery to the View.map.

    Returns

    the constructed widgets as an Array

    Parameters

    • container: string | HTMLElement

      a DOM node or the ID of a DOM Node, as supported by the Widget.container property. Typically, just pass the Element.

    • initSettings: IVhbViewBasemapGalleryConfig

      configuration settings that will be applied when constructing the widget

    Returns [BasemapGallery, null | Expand]

Generated using TypeDoc