百度地图 使用记录

问题:

白色网格

解决:

1.官网新申请密钥(AK),教程地址:http://lbsyun.baidu.com/index.php?title=iossdk/guide/key

AppDelegate.h文件中重设置ret值

2.步骤1完成后仍出现白色网格,检查plist文件中bundle display name是否为${PRODUCT_NAME}
问题:
1.点击自定义精确圈无效,正常现象有一个蓝色圆圈,打印locationViewImgName发现为null,在mapapi.bundle/images下没有该精度圈素材
2.设置accuracyCircleStrokeColor、accuracyCircleFill0Color无精度圈出来
解决:
待官方解决中。。。
问题:
CustomOverlayView.mm文件中,以下代码无效,无法绘制,检查过testureID的值存在
[self renderTexturedLinesWithPoints:customOverlay.points pointCount:customOverlay.pointCount lineWidth:30 textureID:testureID looped:NO];
通过其他方法绘制能够实现,不过只要把平铺tileTexture为NO,又无法绘制
[self renderTexturedLinesWithPoints:customOverlay.points pointCount:customOverlay.pointCount lineWidth:30 textureID:testureID strokeColor:self.strokeColor looped:YES tileTexture:YES keepScale:YES];
解决:
待官方解决中。。。

 

posted @ 2016-03-31 16:21  -Eazy-  阅读(201)  评论(0)    收藏  举报