-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asynchronous tiles support #11
Comments
Using NSCondition may solve it
|
Alamofire seems to be a nice option. It has built in support for URLSession, cache system, placeholder image, purging, image filters, HTTP Basic Auth etc. I started to experiment with this and created a simple asynchronous function to fetch images (not yet using alamofire). Could someone please point me in the right direction why my fetched images does not update in the tile view? It's just black. I guess the tiles needs to refresh somehow after they have been downloaded?
|
Here's some notes on how to get it working...
https://github.com/route-me/route-me
http://wiki.openstreetmap.org/wiki/OSM_in_MapKit
https://github.com/mladjan/GoogleMapsOverlayiOS
The text was updated successfully, but these errors were encountered: