Wanted some help with a problem with mapkit I am facing. Should be a silly problem or I have missed out something while going through the mapkit framework.
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 may be doing something really stupid here as I\'ve done it before and it worked and now... Cre开发者_运维百科ated a new iPad project, in the details view I added a MKMapView, added the MapKit.frame
I need to build an array using something like the following: CLLocationCoordinate2Dpoints[4]; points[0] = CLLocationCoordinate2DMake(41.000512, -109.050116);
I would like to offer the user the possibility to (manually) select lat. and long. coordinates by touching a 开发者_如何学编程MKMapView. How can I achieve that?
I have been working with the map view and came across these variables: span.longitudeDelta and span.latitudeDelta...They seem to ef开发者_运维知识库fect the amount of zoom of the screen(possibly by se
i have an custom MKOverlayView on my map and i would like to detect touches. However, i can\'t seem to get the overlay to respond. i was hoping it was going to be something as dumb as forgetting to se
I\'m a novice iphone developer, and just completed my first iphone app. After provisioning my iphone for development, I noticed that the app used way too much memory, and that several memory leaks th
How can I开发者_如何学JAVA get the longitude, and latitude of the current position showing on the mapView?
I am working on an app that tracks a users location.After about 20 minutes it seems that the app always crashes, and I am not sure why.Device logs show: