I have an UIViewController subclass and an IBOutlet named map to an MKMapView instance. So far, so great, but sometimes the app crashes without a reason when the view controller triggers the viewDidLo
Hello I try to draw text in a MKPolygonView. I made a subclass of MKPolygonView and added it to my MKMapView. The Polygon shows up correctly, but I can\'t see the Text. Can anyone help me?
It\'s possibile to add an mkannotation in a uiview. I don\'t have (and I don\'t want) a mkmapview, but I want the annotation with the callout in a uiview.
I am writing an iPhone app in which I place a large PNG image (1936 × 2967) on an MKMapView using MKOverlayView. I am a little confused about how to appropriately implement the drawMapRect: functio
I am working with MKMapView Based application. I need a clarification whether it is possible to eliminate the pin OverLap in the MKMapView? Because at some places th开发者_运维问答ere are large number
I\'m trying to add a custom image to an MKMapView as an MKOverlayView - I need to restrict users from being able to scroll outside the bounds of the overlay. Are there any existing functions to do thi
开发者_开发问答This is frustrating me!!! It will be called most of the time but then it stops responding to the pinches.It will be called on a screen rotate and a double tap.Not to a pinch!
I have a requirement in my application map page. I have to customize the Callout bubbles. I need to add an ima开发者_StackOverflow社区ge, two labels and a button with specific height and width of each
I have a data set of annotations that can update very quickly.At the moment I remove all annotations before replotting them back onto the map.
I need to track user current location with realtime refreshrate I have one function with two solutions for that.