mkannotation
MKMapView - UIWebView as MKAnnotationView
Is there a way to handle MKAnnotationView as being a container for html formatted text? Generally saying, I would like to control MKAnnotationView through a UIWebView, UIWebView to be the view of the[详细]
2023-02-06 16:50 分类:问答Annotation Sub Class custom initWithCoordinate
I\'ve subclassed MKAnnotation so that i can assign objects to each annotation, this is so that when the rightCalloutAccessoryView is clicked i can push a navigation co开发者_如何学Gontroller with the[详细]
2023-02-04 22:39 分类:问答Jumping from a custom callout to another one in MKMap
I\'ve been following this tutorial to show custom annotation callout bubbles. It works perfectly if you have only one annotation with a custom annotationview.[详细]
2023-02-04 15:20 分类:问答how can i show two different color's pin annotation in MKMapView?
i am using MKMapView Annotation for Displaying pin\'s.In my Project there are many number of pin\'s dropping.i w开发者_如何学JAVAant to just show the difference between current location\'s pin color a[详细]
2023-02-03 18:56 分类:问答I want to remove annotations , when the map scale is 50% or more. How can i do this?
I want to remove annotations , when开发者_如何学编程 the map scale is 50% or more. How can i do this?Implement this method in your MKMapView\'s delegate:[详细]
2023-02-01 10:36 分类:问答How to switch to another view on click of annotation pin in MKMapView in iPhone SDK?
I am making an iPhone app where in there is a requirement of a 开发者_开发技巧map. I am using MKMapView for that. I have placed an annotation at a particular point.[详细]
2023-01-30 02:39 分类:问答Get variable and plug it into MKAnnotationView
I have code which i gives coordinates, title, subtitle, image file location information.This information is used to generate the annotation for a ios mapkit pin.The title and subtitle are automaticall[详细]
2023-01-29 07:54 分类:问答Resizing Custom MKAnnotationView According to MapKit Zoom Level
Here is the situation: I am displaying images on the map by using custom annotations. Everything works fine but I would like to improve it visually by resizing the AnnotationView so that it shrinks as[详细]
2023-01-28 10:16 分类:问答Extracting MKAnnotation Callout's Title When Sender
Ok guys, so I have a map view with annotations and when tapped, they display callouts with a disclosure icon on the right. When tapped, this function is called:[详细]
2023-01-28 06:40 分类:问答how to perform event specific to a certain MKAnnotation
i have an map that has a few hundred MKPointAnnotations and have been set up to have a left and right callout accessory, the issue i am having is finding a way to perform an action that is specific to[详细]
2023-01-26 10:29 分类:问答