Contents

Overlay

An abstract base object that defines the methods and properties for map overlays.

Declaration

abstract class Overlay extends MapKitEventTarget

Mentioned in

Overview

Overlays inherit from an abstract base object, Overlay, and share some common properties with Annotation that allow you to control the visibility and interaction with the map in the same way. This object is abstract and you can’t instantiate it.

Topics

Setting overlay options

See Also

Overlays