MapKitEventTarget
An abstract class that defines the interface for objects that can dispatch events.
Declaration
class MapKitEventTargetDiscussion
MapKitEventTarget is the base class for all objects that can dispatch events. MapKitEventTarget offers an interface that’s similar to the DOM EventTarget interface, but with different semantics. Don’t mix them.