Top "Mkannotationview" questions

MKAnnotationView is part of Apple's Map Kit framework for developing iOS applications.

MKAnnotation image offset with custom pin image

I have a MKAnnotation with an custom pin image. However the pin(MKAnnotationView) centers the image in relation to the …

iphone objective-c google-maps mkannotationview
Force MKMapView viewForAnnotation to update

So I have a MKMapView with all my pins added, and the colour of the pin is dependent on whether …

ios cocoa-touch mkmapview mkannotation mkannotationview
How do I animate MKAnnotationView drop?

I have a custom MKAnnotationView where I set my image myself in viewForAnnotation. How do I animate it's drop like …

cocoa-touch ios-4.2 mkannotationview mkpinannotationview mapkit
Deallocation while key value observers still registered (reverse geocoder)

When my view goes away I get the following message: An instance 0x1c11e0 of class MKAnnotationView was deallocated …

iphone reverse-geocoding mkannotationview
MKAnnotationView with custom view and image view

In my Map application, instead of showing a pin, I want to show a colored background circle with image in …

ios mapkit mkannotationview
Stuck on using MKPinAnnotationView() within Swift and MapKit

I have a working loop to setup annotations for the title and subtitle elements for some working data points. What …

ios mkmapview swift mapkit mkannotationview
show users location blue point in iPhone MKMapView

I am developing a custom pins in a MapView in my iPhone app. Here is the code: - (MKAnnotationView *)mapView:(…

iphone ios mapkit mkmapview mkannotationview
Resize MKAnnotationView Image When map zooms in and out?

What i have I have about 150 MKAnnotationViews on a map. Every MKAnnotationView has an image that replaces the default pin. …

ios mkmapview mkannotationview
MKAnnotationView - Lock custom annotation view to pin on location updates

Update #5 I guess it's bounty time. 100+ views and no one's taken a stab, even with the code sample I've posted. …

iphone objective-c mapkit mkmapview mkannotationview
How to set custom pin image in Mapview swift ios?

@IBOutlet weak var map: MKMapView! override func viewDidLoad() { map.delegate = self showAlarms() super.viewDidLoad() // Do any additional setup after loading …

ios swift3 mkmapview mkannotationview