ios - Does Google Maps causes high live bytes? -


i'm using google maps ios sdk in current application. map view displays lot of markers (about 900). i'm drawing marker 1 image reference per marker already, live bytes in application extremly high (around 45mb).

i see in instruments tool glengine of time responsible library. responsible caller allocatewcmemory , glecreatevertexarrayhashobject.

4kb page size of buffer allocated glengine. may check whether gldeletebuffer when not need buffer more.


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -