Get Place Location
问题 I need put information about place, where is iPhone now, to UILable in my screen. [Country][City][Street] and maybe coordinates [lat][lng]. For example in my UILable should be: Your location is German, Berlin, Tiergarten Can someone show me really simple code how can i get such information that put in my UILable? 回答1: The MapKit framework (part of iPhone OS 3.0) provides this for you. Specifically the MKPlacemark object, which you can obtain for a set of co-ordinates using an