JPSThumbnailAnnotation
JPSThumbnailAnnotation copied to clipboard
A simple mapkit annotation for displaying images and details.
-Web image support using SDWebImage (more accurately, 'UIActivityIndicator-for-SDWebImage') Pod: now the JPSThumbnail has a new property named: imageURL where the URL for the thumbnail can be set, instead of the...
Add support for web images with disclosure indicator This pull request is a bit more complex : - Demo project includes JPSThumbnail as a Pod (also SDWebImage as dependency) -...
When annotations overlap, the touch events on the top most annotation gets sent to the underlying annotations so it is sometimes impossible to select an annotation to expand and shrink...
Dears Iam trying to set a new coordinates to JPSthumbnailannotation after had been added to mapkit by using Setcoordinates but unfortunately not updated on map Any support please. Hossam
When we have more than 2 objects with same latitude and longitude, they both get overlap. There any way they can be saw separately. 
we need to display a detail controller when user tap on the disclosure button. Since the disclosureBlock is defined in thumbnail (model), which doesn't have access to the views JPSThumbnailAnnotationView...
``` func annotations() -> [JPSThumbnailAnnotation] { var annotations: [JPSThumbnailAnnotation] = [] let pointData = NSData(contentsOfFile: NSBundle.mainBundle().pathForResource("1000", ofType: "geojson")!) let points = NSJSONSerialization.JSONObjectWithData(pointData!, options: nil, error: nil) as! NSDictionary for point...
i m adding these on follwowing way dispatch_async(dispatch_get_main_queue(), ^{ //add here }); but not working for the first time
I have tried to implement AsyncImageView, so i can load the thumbnail images in remotely, but having no joy, could you help?