Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Methods

Properties

domEvent

domEvent: Event | MouseEvent | PointerEvent | TouchEvent

The corresponding native DOM event. Developers should not rely on target, currentTarget, relatedTarget and path properties being defined and consistent. Developers should not also rely on the DOM structure of the internal implementation of the Maps API.

see

Maps JavaScript API

feature

feature: Feature

latLng

latLng: LatLng

The latitude/longitude that was below the cursor when the event occurred.

Methods

stop

  • stop(): void
  • Prevents this event from propagating further.

    Returns void

Generated using TypeDoc