首页 > 学院 > 开发设计 > 正文

去掉百度地图经度圈

2019-11-07 23:28:18
字体:
来源:转载
供稿:网友

//隐藏经度圈

BMKLocationViewDisplayParam * displayParam = [[BMKLocationViewDisplayParam alloc]init];

displayParam.isRotateAngleValid = true;//跟随态旋转角度是否生效

displayParam.isAccuracyCircleShow = false;//精度圈是否显示

displayParam.locationViewImgName = @"icon";//定位图标名称

displayParam.locationViewOffsetX = 0;//定位偏移量(经度)

displayParam.locationViewOffsetY = 0;//定位偏移量(纬度)

[_mapView updateLocationViewWithParam:displayParam];


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表