overlays property

NSArray get overlays

The complete list of overlays associated with the receiver. (read-only)

The objects in this array must adopt the MLNOverlay protocol. If no overlays are associated with the map view, the value of this property is empty array.

Implementation

objc.NSArray get overlays {
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_overlays);
  return objc.NSArray.castFromPointer(_ret, retain: true, release: true);
}