How to get nearby zip codes via Geolocation or GPS on IPhone?

1

I'm developing a delivery application, but I'm having trouble getting the auto-post through my location.

Using the IOS CoreLocation library, I even get the zip code, but only the first 5 digits, and in some places NULL is returned

Is there any more reliable way to get more of this information by location, in case the zip code of the streets around me?

    
asked by anonymous 14.04.2015 / 14:34

1 answer

1

Dude, I would do the following, I would get the address of the CoreLocation that we could get normally and would use a free query API, with a query from the address, a simple one is this: #

    
27.05.2015 / 08:40