Tagged Questions

1
vote
1answer
72 views

Using MKAnnotationView without MKMapView?

I'm wondering if it's possible to use the MKAnnotationView inside a UIView other than MKMapView? I'm trying to find an alternative to using the undocumented UICalloutView class. I can create the …
0
votes
1answer
61 views

Z-ordering of MKAnnotationViews

I'm getting fairly frustrated with the limitations of MKMapKit. My current problem has to do with the z-ordering of annotation views, particularly as it relates to touches. If you accept the default …
0
votes
1answer
116 views

Custom popup when clicking pin in MKMapView

How do I replace the black popup bubble with a custom view when clicking an annotation?
0
votes
1answer
142 views

how to show default user location and a customized annonation view in map kit?

i am using map kit and showing customized annonation view.one is carImage and the another one is userImage(as current location of user).now i want to show current user location default which is …
1
vote
5answers
638 views

Custom MKAnnotationView Callout

Does anyone know, or have code that shows, how to create a custom MKAnnotationView Callout? I mean the actual text bubble and not the pin. Thanks in advance.
1
vote
2answers
278 views

Add image behind MKPinAnnotationView

I'm trying to add an image behind a MKPinAnnotationView. Seems like it should be rather easy to just do this in here: - (void)mapView:(MKMapView *)mapView didAddAnnotationViews:(NSArray *)views { …
0
votes
0answers
53 views

Any hint about stretching MkAnnotationView?

Hi all, is there a way to stretch the bubble tha shows the details of an Annotation? I need to use an accessory view and thus modify the size of the bubble. Apparently it seems to be drawn in the …
1
vote
2answers
448 views

Wanted: How to reliably, consistently select an MKMapView annotation

After calling MKMapView's setCenterCoordinate:animated: method (without animation), I'd like to call selectAnnotation:animated: (with animation) so that the annotation pops out from the newly-centered …
1
vote
3answers
384 views

MKMapView refresh after pin moves

A custom AnnotationView is updated with new coordinates. But the problem is that it visually updates only after some manipulations with MKMapView, e.g. zooming or moving. What should I do to manually …
1
vote
1answer
155 views

Update coordinate property of MKAnnotation on parent viewcontroller after Touch End event?

Hi, I have written an application with a draggable annotation which I have added on top of a MKMapView. I've added a CLLocationCoordinate2D variable called myloc in my main view controller to store …
0
votes
1answer
335 views

MKPinAnnotationView: Are there more than three colors available?

Hello, according to the Apple docs, MKPinAnnotationView's pin color is available in red, green and purple. Is there any way to get other colors also? I've found nothing in the docs. Regards, Stefan …