, viewForAnnotation , . , (a) , region (b) region, , , .
, completionHandler of dataTaskWithURL . , .
dispatch_async(dispatch_get_main_queue()) {
for place in places {
placenum = placenum + 1
self.map.addAnnotation(annotation)
}
self.map.showAnnotations(self.map.annotations, animated: true)
}
, , .
, , , viewForAnnotation. , , , , annotation MKUserLocation .