views:

9

answers:

0

I'm developing a map application for both iPhone OS and OS X. This uses Core Graphics to render a map, but rendering each frame is too slow to scroll in 60fps, and consumes the battery.

So I want to cache the map with rendering the map on bitmap tiles(256x256), but what kind of bitmap should I use? (like CGImage)