摘要: - (void)updateMemberPins{ [map addAnnotations:locationArray]; if ([locationArray count] > 0) { CLLocationCoordinate2D topLeftCoord; topLeftCoord.latitude = -90; topLeftCoord.longitude = 180; CLLocationCoordinate2D bottomRightCoord; bottomRightCoor... 阅读全文
posted @ 2012-06-18 18:12 Lawerence 阅读(193) 评论(0) 推荐(0) 编辑