I want to detect when the user has travelled to a new country and so am intending to use startMonitoringSignificantLocationChanges:
in combination with reverseGeocodeLocation:
.
However I was wondering what to do if reverseGeocodeLocation:
returns more than one placemark. As the level of granularity I need is just down to the country level could I just pick any of the place marks as they will all presumably be for the same country?