0

I have a little application in progress. One of my current problems is: it seems that the MapView will only load map data when I am in wifi range (when e.g. zooming in). When only 3G/2G is available, it displays the tiles already cached but will not load new ones. It seems to be no problem with the general setup of my iPhone: the Maps application works nicley.

Any ideas?

Axel
  • 1,716
  • 1
  • 16
  • 28
  • Do other mapping-enabled apps work fine as well over 3G? Are you certain that data is flowing over the 3G connection with other apps, and only your code is having a problem? What about when you compile Apple's samples? – radven Dec 15 '10 at 00:22
  • I have noticed this on my iPhone4 and 3Gs no idea what really is causing it, could be because of a slow 3G/2G connection. Try moving to a new region on the map then move back. Make sure 3G/2G connection is on, try other map based Apps. – RocketMan Dec 19 '10 at 07:48

1 Answers1

0

... well, looks like I was indeed too impatient. Sometimes, it takes a lot of time until the maps starts loading.

Axel
  • 1,716
  • 1
  • 16
  • 28