addOverlays method
void
addOverlays(
- NSArray overlays$1
Adds an array of overlay objects to the map.
To remove multiple overlays from a map, use the -removeOverlays: method.
@param overlays An array of objects, each of which must conform to the
MLNOverlay protocol.
Implementation
void addOverlays(objc.NSArray overlays$1) {
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_addOverlays_, overlays$1.ref.pointer);
}