国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

iOS觸摸的位置放一個大頭針

2019-11-14 18:31:32
字體:
來源:轉載
供稿:網友

iOS 觸摸的位置放一個大頭針

UITapGestureRecognizer *mTap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tapPRess:)];  
    [self.mapView addGestureRecognizer:mTap];  

事件實現如下:
[cpp] view plaincopyprint?
- (void)tapPress:(UIGestureRecognizer*)gestureRecognizer {  
      
   

 

    CGPoint touchPoint = [gestureRecognizer locationInView:_mapView];//這里touchPoint是點擊的某點在地圖控件中的位置

    CLLocationCoordinate2D touchMapCoordinate =

    [_mapView convertPoint:touchPoint toCoordinateFromView:_mapView];//這里touchMapCoordinate就是該點的經緯度了

    

    NSLog(@"touching %f,%f",touchMapCoordinate.latitude,touchMapCoordinate.longitude);

    

        CLLocationCoordinate2D location=CLLocationCoordinate2DMake(touchMapCoordinate.latitude, touchMapCoordinate.longitude);

        KCAnnotation *annotation=[[KCAnnotation alloc]init];

        annotation.title=@"Kenshin&Kaoru";

        annotation.subtitle=@"Kenshin Cui's Home";

        annotation.coordinate=location;

        annotation.image=[UIImage imageNamed:@"icon_paopao_waterdrop_streetscape.png"];

        annotation.icon=[UIImage imageNamed:@"icon_mark2.png"];

        annotation.detail=@"Kenshin Cui...";

        annotation2.rate=[UIImage imageNamed:@"icon_Movie_Star_rating.png"];

        [_mapView addAnnotation:annotation2];

}


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 中卫市| 邵阳县| 酒泉市| 应用必备| 厦门市| 镇宁| 濮阳县| 华池县| 柘荣县| 嘉鱼县| 西藏| 枣强县| 浦东新区| 恩平市| 邹城市| 德阳市| 马山县| 尉氏县| 开化县| 象山县| 扶沟县| 仙居县| 广水市| 景洪市| 兴安盟| 宜州市| 无为县| 从江县| 高平市| 定南县| 西华县| 大石桥市| 来凤县| 普兰店市| 二连浩特市| 郯城县| 长寿区| 施甸县| 彭山县| 绥德县| 平果县|