Top "Mkpinannotationview" questions

MKPinAnnotationView implements an MKAnnotationView to display a push pin and is the only system-provided annotation view.

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 …

iphone mkmapview mkpinannotationview
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 …

ios mapkit mkpinannotationview
MKPinannotation detail disclosure button - present new view

FirstViewController.h #import <UIKit/UIKit.h> #import <MapKit/MapKit.h> @interface TransparentToolbar : UIToolbar{ } @end @interface AddressAnnotation : …

iphone mkmapview mkpinannotationview detail disclosure
How add pin on map?

I have a view in which i have a map. On that view i have a tool bar. In tool …

iphone google-maps mkmapview mkpinannotationview
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 …

iphone mapkit mkpinannotationview
MKPinAnnotationView: Pin width and height

What is the width and the height of the MKPinAnnotationView pin in pixels? Edit: To be more concrete, the width …

ios ios4 mkmapview mkpinannotationview
MKAnnotationView update title and subtitle with distance when event is received

I'm developing an iphone app using mapkit and CLLocationManager. I put lots of MKPinAnnotationView on map (about 100) and I want …

objective-c iphone mapkit mkpinannotationview mkannotationview
pin drop animation

The default pin drop animation doesn't work in my app, here is some code I wrote: - (void)viewDidLoad { /* some …

iphone mkmapview mkpinannotationview