mkannotation
iOS MapKit Changing mapview maptype causes annotation image to change to pin?
Any suggestions on what is wrong with the following would be appreciated. I am adding a custom image to an annotation using the following code.[详细]
2023-02-14 05:21 分类:问答Adding Multiple Annotations to Map View Not Working
So I have successfully added a single annotation to the map view with a custom image, however if I add a second annotation it merely refuses to display on the map.[详细]
2023-02-13 12:17 分类:问答Drag MKAnnotation from another view and drop to MKMapView
I开发者_如何学JAVAs it possible to do that ? drag a MKAnnotation(pin) from another popup view (such as custom toolbox) to drop on MKMapView.MKAnnotations only live inside the MKMapView. You could crea[详细]
2023-02-13 02:17 分类:问答MKAnnotation protocol
Im currrently going through a geolocation tutorial which adopts the MKAnnotation Protocol into a class.[详细]
2023-02-12 16:22 分类:问答How to show more text on annotation view
I have created an iPhone app which loads the map using the MKMapkit. When clicking on the map, it shows MKAnnotation with title a开发者_JS百科nd subtitle strings.[详细]
2023-02-11 14:32 分类:问答MKMapView with custom MKAnnotation
I\'ve a MKMapView. I want to put a custom MKAnnotation on my map. They are some restaurant places. How can I do it?[详细]
2023-02-11 09:39 分类:问答Animations for a dropped pin not working
When I drop a pin on my mkmapview the animation works fine and the pin drops from the top of the screen as expected. I color that pin red because I haven\'t verified it. However, if I verify the pin u[详细]
2023-02-11 01:19 分类:问答MKMapView addAnnotation delay when dragging in a UIScrollView over the map
I\'m working on an iPad application and I have a full screen MKMapView with a transparent UIScrollView (about 1/5 of the screen) on top of it. I\'m adding annotations (map pins) to the map as you hori[详细]
2023-02-08 02:59 分类:问答didAddAnnotationViews not working on MKMapView
I\'ve been playing around with the MKMapView and trying get my head around how the MKMapViewDelegate system works. So far I have no luck in getting the didAddAnnotationViews to get called when the cur[详细]
2023-02-07 17:06 分类:问答MapView Custom annotation drop
I am trying to create a custom annotation for the map. The problem I have is , I can\'t make the annotation drop one after the other. All pins drop down at the same time. Here is the delegate code for[详细]
2023-02-06 17:22 分类:问答