GMSMapView: clear all GMSMarker objects?

Does the method use to [GMSMapView clear]exclude objects GMSMarkeror are they still stored in memory.

I believe that the method only sets the property mapto nil, and the object is still in memory. Does anyone know about this?

GMSMarker class reference

+4
source share

Source: https://habr.com/ru/post/1536428/


All Articles