ios sdk公开课lesson利用长按手势选择目地_第1页
ios sdk公开课lesson利用长按手势选择目地_第2页
ios sdk公开课lesson利用长按手势选择目地_第3页
ios sdk公开课lesson利用长按手势选择目地_第4页
ios sdk公开课lesson利用长按手势选择目地_第5页
已阅读5页,还剩13页未读 继续免费阅读

付费下载

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

iOSSDKBBAA屏幕坐标 坐标,获得目的@brief @paramcoordinate@paramview指定的view@return基于指定view-(CGPoint)convertCoordinate:@brief将指定view坐标系的坐标转换为@parampoint指定view坐标系的坐标@paramview指定的viewtoCoordinateFromView:(UIView*)view;

@interfaceViewController()<MAMapViewDelegate,AMapSearchDelegate,UITableViewDataSource,UITableViewDelegate,UIGestureRecognizerDelegate>{…}

UILongPressGestureRecognizer*_longPressGesture;MAPointAnnotation*_destinationPoint;-{_annotations=[NSMutableArray_pois=_longPressGesture=[[UILongPressGestureRecognizeralloc]initWithTarget:self_longPressGesture.delegate=[_mapView}-(void)handleLongPress:(UILongPressGestureRecognizer{if(gesture.state=={CGPointp=[gesturelocationInView:_mapView];NSLog(@"presson(%f,%f)",p.x,p.y);}}5

-(void)handleLongPress:(UILongPressGestureRecognizer{if(gesture.state=={

CLLocationCoordinate2Dcoordinate=[_mapViewconvertPoint:[gesturelocationInView:_mapView]toCoordinateFromView:_mapView];//if(_destinationPoint!={

//[_mapView_destinationPoint=}_destinationPoint=[[MAPointAnnotationalloc]_destinationPoint.coordinate=_destinationPoint.title=[_mapView}}67 返回结果类型

8-{…UIButton*pathButton=[UIButtonbuttonWithType:UIButtonTypeRoundedRect];pathButton.frame=CGRectMake(140,CGRectGetHeight(_mapView.bounds)-60,40,40);pathButton.autoresizingMask=UIViewAutoresizingFlexibleRightMargin|pathButton.backgroundColor=[UIColorwhiteColor];[pathButtonsetImage:[UIImageimageNamed:@"path"][pathButtonaddTarget:selfaction:@selector(pathAction)[_mapView}-{if(_destinationPoint==nil||_currentLocation==nil||_search=={NSLog(@"pathsearchfailed");}AMapNavigationSearchRequest*request=[[AMapNavigationSearchRequestalloc]request.searchType=request.origin=[AMapGeoPointlocationWithLatitude:_currentLocation.coordinate.latituderequest.destination=[AMapGeoPointlocationWithLatitude:_destinationPoint.coordinate.latitude[_search}9 -(void)onNavigationSearchDone:(AMapNavigationSearchRequest*)requestresponse:(AMapNavigationSearchResponse{if(response.count>{[_mapViewaddOverlays:_pathPolylines];

[_mapViewshowAnnotations:@[_destinationPoint,_mapView.userLocation]}}-(NSArray*)polylinesForPath:(AMapPath{if(path==nil||path.steps.count=={}

解析每一个[path.stepsenumerateObjectsUsingBlock:^(AMapStep*step,NSUIntegeridx,BOOL*stop)NSUIntegercount=[polylinesaddObject:polyline];return}解

-(CLLocationCoordinate2D*)coordinatesForString:(NSStringparseToken:(NSString*)token{if(string=={return}if(token=={token=}NSString*str=if(![token{}{}

str=[string str=[NSStringNSUIntegercount=[componentscount]/2;if(coordinateCount!={*coordinateCount=}CLLocationCoordinate2D*coordinates=(CLLocationCoordinate2D*)malloc(count*for(inti=0;i<count;{coordinates[i].longitude=[[componentsobjectAtIndex:2*i] =[[componentsobjectAtIndex:2*i+1]doubleValue];}return}其中我们用到了_pathPolylines{…NSArray}

-(void)handleLongPress:(UILongPressGestureRecognizer{…if(_destinationPoint!={//[_mapView_destinationPoint=[_mapView_pathPolylines=}…}使用MAPolyline

在地图上绘制线的数据模型,是地图覆盖物(MAOverlay)在地图上绘制线的样式,是MAOverlayView添加@brief向地图窗口添加Overlay,需要实现MAMapViewDelegate的-mapView:viewForOverlay:函数来生成标注对应的View@paramoverlay要添加的overlay-(void)addOverlay:(id@brief向地图窗口添加一组Overlay,需要实现BMKMapViewDelegate的-mapView:viewForOverlay:函数来生成标注对应@paramoverlays要添加的overlay-(void)addOverlays:(NSArray实现MAMapView-(MAOverlayView*)mapView:(MAMapView*)mapView

-(MAOverlayView*)mapView:(MAMapView*)mapView{if([overlayisKindOfClass:[

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

最新文档

评论

0/150

提交评论