我不知道出了什么问题,我的地图可以加载,但地图上的图像并没有完全加载。 plx帮助。很多。以下是来自iPhone的模拟地图:(添加了更多示例图片。)
http://img689.imageshack.us/img689/8476/screenshot20100309at841.jpg alt text http://e.imagehost.org/0508/Screen_shot_2010-03-09_at_8_58_12_PM.jpg
以下是代码:
MKCoordinateRegion theRegion;
MKCoordinateSpan theSpan;
theSpan.latitudeDelta = 0.005;
theSpan.longitudeDelta = 0.005;
theRegion.center = manager.location.coordinate;
theRegion.span = theSpan;
myMap.scrollEnabled = YES;
myMap.zoomEnabled = YES;
[myMap setRegion:theRegion];
[myMap regionThatFits:theRegion];
答案 0 :(得分:0)
您是否在主线程中执行任何阻止地图图块完全加载的内容?
答案 1 :(得分:0)
解决了SDK更新。