mkmapview cpu usage on iphone 3G

Posted by mozveren on Stack Overflow See other posts from Stack Overflow or by mozveren
Published on 2010-05-31T14:09:36Z Indexed on 2010/05/31 14:13 UTC
Read the original article Hit count: 237

Filed under:
|
|

Hello all,

I have some troubles with iphone 3G and Mkmapview. After a certain random time, my application freeze. When I launch with performances tool, I can see that the application a lot of time to retrieve map tiles in cache.

19.6 7006 Foundation +[NSURLConnection(NSURLConnectionReallyInternal) 18.5 6613 GMM GMM::TileCachePrivate::runCacheThread()

Its seems that the MkMapView component launch several threads to load the tiles in caches. How I can avoid this behavior ?

The behavior seems to not make troubles on 3GS.

Thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about SDK