In my app I have a functionality to the log the GPS. I am using AGSSketch GraphicLayer to do the drawing with the points received from GPS/location manager.
I see that the memory allocations get mounted as the number of locations get increased. I used the instruments tool (comes along with Xcode) to know which objects leads to it. The tool shows that sketch layer is causing the jump in memory allocations.
Is there a way to avoid this. Few blogs suggested to update the ArcGIS sdk but that didn't help.
أكثر...
I see that the memory allocations get mounted as the number of locations get increased. I used the instruments tool (comes along with Xcode) to know which objects leads to it. The tool shows that sketch layer is causing the jump in memory allocations.
Is there a way to avoid this. Few blogs suggested to update the ArcGIS sdk but that didn't help.
أكثر...