I am trying to implement the method below which basically populates my array with the annotations visible in the current map rect.
I want to delete all annotations except RestaurantLocation or GrayRestaurantLocation. is it correct version ?
I have a mapView which has a couple of mapAnnotations. Id like to record the event when the user touches on a mapAnnoatation and then Id like to capture the information from that particular annotation
Hey all..... I know this is a duplicate question but I still cannot get it to work and Im sure Im missing something simple. I have set the delegate in IB and RegionDid开发者_JAVA百科Change gets called
I want the exact position on mkmapkit that is x y cordinate from lat lon va开发者_如何学编程lues .
I am developing a custom pins in a MapView in my iPhone app. Here is the code: - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id<MKAnnotation>)annotation
I am working on an application which use user location updates, I havegot the current latitude and longitude and display the current location of the user and annotate the pin, However I need help rega
- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control{
I\'m confused. I have an MKMapView, and in the viewDidLoad method I do: - (void)viewDidLoad { mainDelegate = (PublicArtOmahaAppDelegate*)[[UIApplication sharedApplication]delegate];
I\'m building an app with two simple views (in a tabbar). first view: it should show the user\'s location (default blue dot) and load data from a server.