yy20111011659 / route-me

Automatically exported from code.google.com/p/route-me
0 stars 0 forks source link

Threaded tile loading #152

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Need to implement threaded tile loading.  I suggest an optional property on the 
RMTileSource protocol like:

@property (nonatomic, readonly) BOOL threadingSupported;

If the source returns TRUE (this will be the default for 
RMAbstractMercatorTileSource), everything happens in a thread.  This will be 
particularly useful for filesystem caching, which can be a little slow.

Original issue reported on code.google.com by michael@tyson.id.au on 12 Oct 2010 at 10:42

GoogleCodeExporter commented 8 years ago
Will this allow tiles to load while the user is still dragging?

Original comment by cellinin...@gmail.com on 11 Jul 2011 at 6:18