I've declared my GoogleMap object and set it up with the option
map.setMapType(GoogleMap.MAP_TYPE_NONE);
So it shouldn't even be trying to load the GoogleMap tiles! Everything works just fine so long as I don't change the screen orientation. As soon as I go from landscape to portrait or the other way around, GoogleMaps starts loading the standard GoogleMaps tiles and not the custom tile set I've specified. Once again, my custom tiles run perfectly fine if I don't change the orientation. Anyone know anything about this?