当我移出我的地图边界时。route-me库将下载新的磁贴。我不要。我该怎么做!?
发布于 2011-05-12 01:19:09
听起来你想要的是限制路由映射的范围,这样你就可以尝试setConstraintsSW函数了。
例如:
[ setConstraintsSW:((CLLocationCoordinate2D){29.699386,34.902534}) mapView]
NE:((CLLocationCoordinate2D){29.829029,35.067673})];https://stackoverflow.com/questions/5906763
复制相似问题