Hierarchy

  • BingMapsHitTestComponent

Constructors

  • Parameters

    • esriEventer: EsriEventer
    • viewBase: ViewBase
    • Optional _doc: Document

    Returns BingMapsHitTestComponent

Properties

_doc?: Document
_elId: string = 'bingMapsWidget'
_isActive$: BehaviorSubject<boolean> = ...
_position$: BehaviorSubject<VmcWidgetPosition | UIAddPosition> = ...
bingDirType: BingDir = '0'
bingLvlType: BingLvl = '15'

Defines the method that will be used to launch Bing Maps. for documentation refer https://learn.microsoft.com/en-us/bingmaps/articles/create-a-custom-map-url#general-parameters

bingStyleType: BingStyle = 'b'
bingTrfcType: BingTrfc = '0'
esriEventer: EsriEventer
hitTestSub: null | Subscription = null
view$: Observable<null | MapView | SceneView> = ...
viewBase: ViewBase
widgetClick: EventEmitter<Event> = ...

Emits the native Event. The event will either be a MouseEvent or an Event sourced from the keyboard's KeyupEvent on the SPACE or ENTER keys.

Accessors

  • get isActive(): boolean
  • Returns boolean

  • set isActive(val: boolean): void
  • Parameters

    • val: boolean

    Returns void

  • set position(val: VmcWidgetPosition | UIAddPosition): void
  • The Esri UIAddPosition describing where in the Map's UI the widget should be placed.

    Parameters

    • val: VmcWidgetPosition | UIAddPosition

    Returns void

Methods

  • Returns void

  • Parameters

    • e: MouseEvent

    Returns void

  • Parameters

    • e: Event

    Returns void

  • Parameters

    • isActive: boolean

    Returns void

  • Returns boolean

  • Parameters

    • doc: Document
    • cursorType: null | "crosshair"

    Returns void

Generated using TypeDoc