mkannotationview
callout bubble MKMapView move problem
Im currently developping an App which uses a MKMapView. Wenn the map is moved I perform server request to get new Annotations based on the coordinates.[详细]
2023-03-01 04:52 分类:问答MapKit MapView Annotations overlapping on a real device
I have开发者_运维知识库 the problem depicted in the image when testing my app on a real device (iPhone 3G, 3.1.3).[详细]
2023-02-28 16:13 分类:问答A simpler way to code multiple MKAnnotations?
This code is from the MapCallouts demo.开发者_StackOverflow社区 Say I had hundreds of different annotations. The way that Apple has done it, it would result in a lot of code duplication.[详细]
2023-02-24 21:21 分类:问答Make a MKAnnotation placemark always visible
I want the placemark (title and subtitle) of a MKAnnotation object to be visible on the mapview at anytime without开发者_StackOverflow clicking on it.You can use this in you map ViewController[详细]
2023-02-22 02:30 分类:问答Standart AnnotationView with Multiline in MKMapView
I want to show my descriptio开发者_运维百科n of Annotation with several lines of text (such as phone, description, address), I found the solution here. I must create my own child MKAnnotationView clas[详细]
2023-02-21 04:01 分类:问答Mapview annotation adjustment
HI all i am trying to change the image of annotation when user walk in following code - (void)locationManager:(CLLocationManager *)managerdidUpdateToLocation:(CLLocation *)newLocationfro开发者_运维百[详细]
2023-02-20 05:47 分类:问答How do I change draggable state of AnnotationView at specific moment?
I want change draggable state 开发者_如何学编程from YES to NO when user pressed the button. How can I do ?view.draggable = NO;[详细]
2023-02-15 21:02 分类:问答iPhone MKAnnotation with an ID for database content
Im trying to use the MKMap API and integrate a database table id so I can click a button detail disclosure to send the user to another page with further information. Ive been all over teh MKMapKit on[详细]
2023-02-14 12:50 分类:问答Getting position of annotation callout in iOS
here\'s the situation: I am using MapKit to display a number of locations on a map. I have code to calculate the bounds that allow all the points on the map to fit the window. I just recently added co[详细]
2023-02-14 08:53 分类:问答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 分类:问答