Contents

MapAnnotationDragEvent

An event object that the map object dispatches when someone drags an annotation.

Declaration

class MapAnnotationDragEvent extends MapKitEvent

Discussion

The Map dispatches a MapAnnotationDragEvent when someone dragging an annotation. The event type can be drag-start, dragging, or drag-end.

Topics

Instance Properties

See Also

Map events