2

当我离开我的地图时。route-me 库将下载新图块。我不想要它。我能怎么做 !?

4

1 回答 1

0

听起来你想要的是限制 route-me 地图的边界,所以你可以尝试 setConstraintsSW 函数。

例如:

[mapView setConstraintsSW:((CLLocationCoordinate2D){29.699386,34.902534})
NE:((CLLocationCoordinate2D){29.829029,35.067673})];

于 2011-05-11T17:19:09.317 回答