I am making a restaurant directory for IPhone. I am using the map view frame work in iPhone. Well the pins got cluttered together. That\'s especially true when a bunch of restaurants are in a mall, fo
I need to place a pushpin where a user taps on the MKMapView. Any ideas/clues/links for the purpose are requested to be shar开发者_运维百科ed. Thanks.You can make use of a UITapRecognizer. In the gest
In my iPhone app, I have the following logic: Start CLLocationManger (the user can supply accuracy and distance filters parameters to locationmanager, since best accuracy is not required in my case,
I\'m working on Map application that needs to work like original MapView on iOS. I need to rotate mapview according to compass heading value. I tried MTLocation example also 开发者_开发问答I also trie
I\'m using XCode 4 and I just created a subclass of UIViewController, status bar enabled (grey), and dropped in a MKMapView.My UIView has x,y and w,h of
im using mkmapview to show route between current location and a coordinate. im using polyline to show the route. i have added annotation to start and destination. im using the following api to get th
i am loading a mapviewcontroller when the view map button is pressed from my mainviewcontroller: - (IBAction)mapButton:(id)sender {
So I h开发者_Python百科ave an MKMapView and I have a pin on it with a disclosure button.I want the user to be able to tap the disclosure button and the navigation controller to push a new view control
This is my second question today and the first was an incredibly stupid question so I\'m fully expecting this one to be as well.
Hey guys Im trying to show the activity indicator when the map is loading. - (void)mapViewWillStartLoadingMap:(MKMapView *)mapView