I use MKReverseGeocoder in my app to get the state (AdministrativeArea) and county (SubAdministrativeArea) that my user is located in.
I've just noticed that there is no value (null) being returned for SubAdministrativeArea. State is working correctly. This has worked correctly in the past, and I'm not sure exactly when it stopped working. I'm getting the same behavior from the Simulator, 3GS, and WiFi iPad 1. I've also had reports of this from a user who is several hundred miles away (same State, different county).
Has anyone else experienced this? I haven't found any other similar error reports.