ios - Get the Zip Code of the Current Location - iPhone SDK -


how zip code of current location using mapkit, didn't find api's getting in document. used coordinate,attitue,horizontal,vertical,course , speed parameters of cllocationmanager, failed zip code.

could 1 please give me api or sample code done.

is possible zip code using current location in iphone?

you can use latitude , longitude create mkplacemark object, includes zip code.

here sample shows how that.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -