removeOverlay method

void removeOverlay(
  1. MLNOverlay overlay
)

Removes a single overlay object from the map.

If the specified overlay is not currently associated with the map view, this method does nothing.

@param overlay The overlay object to remove.

Implementation

void removeOverlay(MLNOverlay overlay) {
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_removeOverlay_, overlay.ref.pointer);

}