0
votes
0answers
18 views

Avoid clossing MKAnnotationView when tapped

I've used a nice and beautiful custom callout as shown in the picture. The callout is just a MKAnnotationView with the shape of a bubble. When I have to show it I add it into the MKMapView's ...
0
votes
0answers
24 views

center point of MKAnnotation callout

can I readjust the center point of a MKAnnotationView's callout? I already have a custom center point for my MKAnnotationView but the callout does not seem to align with it. Thanks
0
votes
0answers
13 views

mkannotationview addannotation with custom animation

MkMapView provides MkPinAnnotationView which can be added to the MkMap in a animated manner(animatedrop). I'm currently working with MKAnnotationView (custom), where I need to add my custom ...
0
votes
1answer
32 views

Get Directions Button on Map Annotation Detail View

I have a map view with several annotations. The title of the annotation is the name of the business and the subtitle is the address. There is a detailDisclosure button on the annotation view that ...
2
votes
1answer
32 views

How to set a scope to click on Annotation on an iOS map

I'm developing an iOS game with a Mapview, where I want to select an opponent from the multiple annotations on Map then I'll hit him. In the Map first user will select a range where he/she will find ...
1
vote
1answer
143 views

MKMapView iOS custom user location Annotation not showing/updating position

Hi I am using a custom annotation in replacement of the blue GPS position dot. I have added it to the map like so in the viewForAnnotation. OurLocAnnotation class conforms to MKAnnotation delegate. ...
0
votes
1answer
37 views

[mapkit]Zoom in on the map, pin will move with the map

Recently in the development of an application with a map, with the mapkit framework, after I set the coordinates, MKAnnotationView this view, pin will move with the map when zoom in on the map, pins ...
0
votes
1answer
127 views

MKMapView clustering if too many Map Pins nearby

I'm wondering if any of you knows a method (library, category, etc.) to cluster iOS MapAnnotations if there are many of them at the same location (e.g. 4 pieces in about 10m). It doesn't matter to ...
0
votes
0answers
20 views

Determine touch location for rightCalloutAccessoryView

I am trying to determine the touch location for my right accessoryView in a MKAnnotation. The accessoryView is of custom type but child of UIControl (UIButton actually). I display several subviews ...
0
votes
1answer
51 views

Detect if a location is visible on rotating MkMapView

I am using an MkMapView with mkusertrackingmodefollowwithheading tracking mode so that the map rotates according to the compass heading. I need to know if a particular location is visible on the ...
-1
votes
2answers
79 views

Custom MKAnnotaionView, Display title/subtitle Position on Map

1) My annotation shows the title and subtitle of not. I have already tried a lot, but I can not. 2) If an annotation has been selected, the annotation will be centered in the middle of the window. So ...
0
votes
0answers
40 views

Trying to Customize Annotation

I implemented my custom annotation method with the code below, but my annotation from that class are still coming up as the default red pin and not my custom image. Any help will be appreciated. - ...
1
vote
1answer
125 views

Check if mapView already contains an annotation

I have a method of adding secondary nearby annotations (ann2) when I tap on another annotation (ann1). But when I deselect and re-select the exact same annotation (ann1) the ann2 re-creates it self ...
0
votes
1answer
180 views

Custom Annotation Callout not showing MKAnnotation?

So the default red annotations are showing in the Simulator absolutely fine, but the custom annotation MyPin wont show. I have a feeling this is something to do with the NSMutableArray? If so I'm not ...
1
vote
0answers
113 views

Rotation issue using UIActivityViewController in a MapView

In my iOS app I have a Map View that I called mappa. I just add a UIActivityViewController that appears when a callout is pressed from an annotation View. I use this code to display it: - ...
-1
votes
2answers
97 views

How to pass subtitle of annotation in MKMapView

In my map view I am showing the restaurants.On clicking the pins an annotation with title and subtitle will come. On the annotation I have placed a button and by clicking that directing the user to ...
0
votes
2answers
122 views

How we can put label on custom pin in MapKit?

I want to display a dynamic label on custom pin. I used MKMapView, CLLocationManager,MKAnnotationView and MKPinAnnotationView. So, please help me friends. Like:
0
votes
1answer
52 views

Making an app that uses a PickerView to drop pins

Me and a group of friends are creating an iPhone app for a project in our technology class. Our app is going to be used for navigation to different high school sporting event locations in our area. ...
0
votes
1answer
134 views

MKViewAnnotation custom annotations losing order when added in MKMapView

I need to show on my MkMapView about 10 locations and respective custom annotations images (depending from the values loaded by a JSON parsing). As suggested in previous answers I have created a ...
0
votes
0answers
153 views

Callout disclosure button does not appear

rob recommended a new post for my question. As in the title, is my "canShowCallout button" not working. here the main part of my code: // // ThirdViewController.m // #import ...
0
votes
1answer
212 views

After JSON parsing -viewForAnnotation shows only ONE single annotation on MKMapView

I need to show on my MkMapView about 10 locations (and respective annotations) and after pressing a button I need to add new different annotations according to different JSON parsing results (for ...
1
vote
1answer
222 views

Custom user location image not centered on pin

So I'm really confused. I used: - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>)annotation { static NSString* AnnotationIdentifier = @"Annotation"; ...
1
vote
2answers
100 views

Add a picture in a MKAnnotationView inside the title

I was searching for any lib that allows me to do this: And the possibly to add a button in the right part in the title, also if possible adding more images in the subtitle or the button in the ...
0
votes
1answer
126 views

Render mapLines in MKMapView my map get frozen

Hi everyone I hope you can help me: - (IBAction) addPoints: (id) sender { NSArray *latitudePoints; NSArray *longitudePoints; BOOL flag = NO; @try { switch (lugar) { case 0: break; ...
1
vote
1answer
115 views

Callout button crashes app - MapKit

UICalloutView willRemoveSubview:]: message sent to deallocated instance; This only happens when I tap the callout button, but not on the first and not on the 2nd tap, but from the 3rd tap. So I ...
0
votes
2answers
156 views

Detect if user moved map or if it happened programatically iOS Mapkit

Ok so I have a map loaded with pins from a remote JSON feed which is loaded into the app. This all works fine. Now from initial experimenting regionDidChangeAnimated gets called multiple times and so ...
1
vote
0answers
84 views

How to get location while dragging MKPinAnnotation on map

I am trying to show magnifier glass effect on Iphone map when user drag the MKPinAnnotation object. The requirement is when user move pin at that time I want to display map area below the finger. For ...
0
votes
0answers
82 views

How to place a pin without overlapping when 2 annotation pin have same coordinates?

I'm currently working on displaying locations in MKMapView, but i don't know how to place 2 MKAnnotation pins in map when both has same coordinates. For example, if both has same location London, then ...
0
votes
1answer
68 views

How can i customize the MKMapview Annotation With Next and Previous Functionality?

HI I have requirement to Implement Next and Previous functionality in the MKMapAnnotationView as shown in the Image.I have got reference from Here for making custom annotation but how can i change ...
0
votes
1answer
168 views

MKPinAnnotationView red pin is replaced with image

I have replaced the MKPinAnnotationView red pin with an image in -(MKAnnotationView *)mapView:(MKMapView *)mV viewForAnnotation:(id <MKAnnotation>)annotation { MKAnnotationView ...
0
votes
1answer
327 views

iOS refresh annotations on mapview

I have a mapview where the annotation's coordinates are constantly being updated but when I use setCoordinate, the annotation does not move. How do I refresh the annotations to reflect their ...
0
votes
1answer
51 views

Get Specific MKAnnotation From Selector

I'm implementing a MKMapView in an app, and have implemented the -mapView: viewForAnnotation: method in order to show dynamically placed pins with callouts on the map. The annotations on the map I'm ...
0
votes
1answer
83 views

“Forward” a directions request from MKMapView

I have a MKMapView with a few Annotations. I would like to add the option to "forward" the user to the native Maps (iOS6) app for directions to the selected annotation from within the callout ...
0
votes
1answer
124 views

putting Facebook places image as annotation image on MKMapView

I am working on an app in which I am getting Facebook places and displaying them on MKMapView as annotations using following method. -(void) connectionDidFinishLoading: (NSURLConnection *) connection ...
1
vote
1answer
108 views

Click on map pin gives wrong info

The problem I have is that when I click on the pin, it gives the wrong info associated with that same pin. I think the index of the pin may not be the same has the index of the array. Here is the ...
1
vote
1answer
133 views

MKMapView Off Screen Annotation Image Incorrect

I have a map to which I add several annotations, like so: for (Users *user in mapUsers){ double userlat = [user.llat doubleValue]; double userLong = [user.llong doubleValue]; ...
1
vote
1answer
136 views

MKAnnotationView fault when zoom in/out changed the pin image

I have used annotation map and used more than one image for the pins but whenever I zoom in or zoom out, it changes all the pins to one image. I get the locations from a web service and to recognise ...
1
vote
1answer
94 views

setCoordinate updating after annotation added on my mapView

Im adding a bunch of annotations, and sotirng them in an array so i can pull in their new locations and update the map accordingly WITHOUT removing all the annotations first and adding them which ...
0
votes
0answers
156 views

self navigationcontroller push view controller not working

I cannot get the push view controller to work! I have a disclosure button on map view when clicked it should push to my detailcontroller view, I just cannot get it to work, I followed apples ...
0
votes
2answers
242 views

Rotating a display image of MKAnnotationView

I'm currently rotating the image property of an MKAnnotationView using CGAffineTransformMakeRotation. However, the whole view in this case gets rotated, as well as the callout bubble. So I followed ...
0
votes
1answer
147 views

How to set multiple images for MKAnnotationViews?

I'm working on an app that makes use of the MapKit Classes Mkannotation and MKAnnotationView (Both subclassed, of course). My question is, how can I put multiple FGAnnotationViews on my map (about 5) ...
0
votes
2answers
255 views

MKMapView addAnnotation not adding annotation immediately

I have the following simple code: self.departureAnnotation = [[UserAnnotation alloc] init]; self.departureAnnotation.coordinate = self.map.centerCoordinate; [self.map ...
0
votes
1answer
85 views

Because of MKMapView app get crashed on pushViewController and PopviewController frequently?

I am new in iOS development, I need a MKMapView with custom pin annotation and custom callout bubble,I already achieved this, I need another situation when button clicked the mapview get refreshed ...
4
votes
3answers
323 views

ViewForAnnotation work in iPad 6.0 simulator but doesn't work in iPad 5.1 simulator

I started to build an app with iOS6 that worked great, but then for reasons of force grater, I had to switch to IOS5. However, there is a map that keeps giving me problems. This map has many types of ...
0
votes
2answers
49 views

Map view adding only one Annotation

I dont know i have mutable array ok mkannotation it is adding only one that too last one here is my code
2
votes
0answers
192 views

Tap an MKAnnotationView to de-select it and hide it's callout

I have an iOS app with custom annotations. I want to be able to tap an MKAnnotationView once to show it's callout (works fine) and then I want to tap the MKAnnotationView a second time to de-select ...
0
votes
1answer
59 views

Properties of custom Annotation don't visible in delegate methods

I have many custom annotations to whom I gave the property (NameTable and ID). I set this property before AddAnnotation the moment of creation, but these property in the delegate methods are no longer ...
1
vote
1answer
197 views

Problems with MapView Pin Annotation - Pin loses color when map is zoomed/panned/region changes

I have a mapview that displays locations of cash points. Annotations are dropped and the callout can be clicked on to go to a page with more detail about that location. There are two categories of ...
0
votes
1answer
62 views

Custom pin in UIMapView

I am trying to replace the standard pin for a custom pin. In iOS 6 the following code works and replaces it perfectly! static NSString* AnnotationIdentifier = @"AnnotationIdentifierDealer"; ...
2
votes
2answers
233 views

CustomAnnotationView with a button

I've been strunggling with an issue on my project : I've a mapView and I have to show the annotation presented below (The small (+) is my button) I've subclassed MKAnnotationView and I have ...

1 2 3 4 5