Hi there I’m utilizing apples geocoder to geocode zip codes and discover their corresponding metropolis and states. After I run a zipper code reminiscent of 75001 which represents a metropolis in Texas but in addition a area in Paris (Europe), the geocoder matches it to the town in Texas. However I would really like my app to assist customers in Europe as nicely. I used to be questioning if the geocoder biases easy methods to geocode the zip code primarily based on the situation of the request. So if I used to be in Europe now would this identical geocode for 75001 be matched to Paris? Or would it not nonetheless match to Texas. I might recognize anyones data on this. I’ve already learn apples documentation on its geocoder and was not capable of finding one thing referring to this.
geocoder.geocodeAddressString(zipCode) { (placemarks, _ ) in
}