mkmapview
How to customize the map annotation pin in MKMapView with iPhone?
Hello friends, I wan开发者_开发技巧t to develop a functionality MKMapView in iPhone and to show the custom pin in MKAnnotation so please could anyone provide me a link or any idea about this function[详细]
2023-03-26 06:58 分类:问答MKMapView Error
I guess error is too strong as it works exactly like I want it to, but I am getting a warning message that is troubling. I am adding a UIViewController to a TabBarController and all I want it to do is[详细]
2023-03-26 05:45 分类:问答XCode: When using MapKit, do I HAVE to have a view based app?
I have created the whole of my app in a single view application and just realised that I need to add a map to it, but alas - all the tutorials I see for creating Map Views, start with \"Create a v开发[详细]
2023-03-26 03:01 分类:问答Subclassing MKOVerlay View- canDrawMapRect not called
I am attempting to subclass MKOverlayView to create a custom overlay. I understand that in order to do this, one must override the following two methods[详细]
2023-03-26 00:52 分类:问答MKMapView fade in but won't fade out via animation
I\'ve been trying to fade in an MKMapView when we have successfully found the address, and fade out the view when long & lat == 0. I have the code in the delegate:[详细]
2023-03-25 23:44 分类:问答User creating a box on MKMapView
I have an app that I want the user to be able to dray a box around a location, say 开发者_如何学编程a parking lot.I can\'t figure out a good way to let them draw this.I can track a long press, and dra[详细]
2023-03-25 20:31 分类:问答Custom core-graphics overlay within MKMapView: can't display stroked ellipse
I\'m trying to draw a series of concentric circles as a custom overlay within a MKMapView.Please note that for performance reasons, I need to implement a custom draw method, not simply add a series of[详细]
2023-03-25 13:02 分类:问答SetVisibleMapRect always goes to arctic ocean
I am using monotouch to develop an app for the IPhone that needs to be able to locate a place on a mapView to zoom in on. SetVisibleMapRect seems to be the right method but I always end up in the midd[详细]
2023-03-25 12:03 分类:问答MkMapView annotation selection dilemma?
Ok, so I have a map view that has a bunch of annotations on it. Certain annotations when selected need to display extended info in a small table view which i am doing by resizing the mapview to half s[详细]
2023-03-25 10:45 分类:问答mapView:didDeselectAnnotationView: delegate method getting called before the annotation view is actually deselected
I am working with a map view populated with custom pins.When the user taps somewhere on the map to deselect a pin, I want to implement the map such that the pin does not become deselected (i.e. users[详细]
2023-03-24 20:37 分类:问答