Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我离开我的地图时。route-me 库将下载新图块。我不想要它。我能怎么做 !?
听起来你想要的是限制 route-me 地图的边界,所以你可以尝试 setConstraintsSW 函数。
例如:
[mapView setConstraintsSW:((CLLocationCoordinate2D){29.699386,34.902534}) NE:((CLLocationCoordinate2D){29.829029,35.067673})];