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

interface TipViewerFactory {
    createForView(view: any): TipViewer;
}

Methods

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

    Parameters

    • view: any

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

    Returns TipViewer