Hi there I am using corelocation in my app开发者_运维知识库 and everything works fine and well. Except that i would like to have mkreversecoder give me the location in english.
Hey! Basically I wann开发者_StackOverflow中文版a reverse geocode my coordinates for my annotation and show the address as the subtitle for my stored annotation (StorePosition). I just cant figure out
I keep getting this randomly when开发者_运维问答 I run my gps app I\'m building. It doesn\'t happen everytime, and the coordinates passed in are always valid (i nslog them). Is there documentation for
I am using the MKReverseGeocoder but I keep getting reverseGeocoder:didFailWithError: \"The operation couldn’t be completed. (MKErrorDomain error 4.)\". I am passing the geocoder the coordinates of t
I have an app that is exhibiting an intermittent crash.The crash logs are showing a stack trace that is tough for me to decipher, so hoping that someone else has seen this and can point me in the righ
I want to place \"pins\" on my map. I\'ve got the one for the user\'s location. Now I\'m downloading a feed of locations from the internet. For each one I receive a latitude and longitude.
what i\'m trying to reach is to display annotation with the city name. So I have a class MapPoint : @interface MapPoint : NSObject<MKAnnotation,MKReverseGeocoderDelegate> {
I am struggling with getting my MKReverseGeocoder to actually finish. This is what I do: // reverse geocode the user location
I am making the ReverseGeoCoder request with the following latitude and longitude Latitude = 37.296740
Currently i am developing an iPhone application where i have to show user\'s current city and location for which i am using Mapkit Framework.When i build the application it works fine and show me t开发