removeOverlays method
void
removeOverlays(
- NSArray overlays$1
Removes one or more overlay objects from the map.
If a given overlay object is not associated with the map view, it is ignored.
@param overlays An array of objects, each of which conforms to the MLNOverlay
protocol.
Implementation
void removeOverlays(objc.NSArray overlays$1) {
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_removeOverlays_, overlays$1.ref.pointer);
}