map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface TipViewerFactory

    Constructs maptip viewer instances. Service interface of maptips.TipViewerFactory OSGI service.

    interface TipViewerFactory {
        createForView(view: MapView | SceneView): TipViewer;
    }
    Index

    Methods

    • Creates a new tip viewer for the given view. The factory respects the maptips bundle configuration.

      Parameters

      • view: MapView | SceneView

        An esri view instance (2d or 3d).

      Returns TipViewer