2

When I move out bound of my map. route-me library will download new tiles. I don't want it. How can I do !?

mr.octobor
  • 191
  • 2
  • 4
  • 18
  • I found some solution about this topic by check at RMWebTileImage.m method name - (void) startLoading:(NSTimer *)timer {} comment it all. – mr.octobor May 12 '11 at 03:57

1 Answers1

0

sounds like what you want is limit the bounds of route-me map so you can try setConstraintsSW function.

for example:

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

user513790
  • 1,225
  • 1
  • 13
  • 22