From where geocode server Apple API get its information

82 views Asked by At

I'm working on backend of my iOS app. I need a list of all countries that CoreLocation might return. i.e If I was in U.S the returned county will be U.S or United State. I searched and find that CoreLocation used geocode API: Link but I didn't find from where it gets its information. Anyone knows form where I can get this information? Thanks.

1

There are 1 answers

0
Tomas Camin On BEST ANSWER

CLPlacemark has a ISOcountryCode property which returns the country code conforming to the ISO 3166-1 alpha 2 standard.