mkannotationview
Use custom image as map (like Google Maps)
I want to use a custom image as a map where each pixel is considered the 开发者_运维问答coordinates, much as MKMapView uses a Google Maps map together with MKAnnotationView. I\'m searching a similar b[详细]
2023-04-04 16:20 分类:问答MKMap annotation selection
I want 开发者_如何学Pythonto check when he user presses the annotation (the bubble on top of the pin). I tried the following :[详细]
2023-04-04 08:19 分类:问答imageDownloader For a Custom AnnotationView
I created this custom annotationView that can contain a logo and a label in the screenshot the log开发者_开发百科o is stored locally,[详细]
2023-04-03 08:28 分类:问答Standard Settings for UILabel in MKAnnotation Callout Bubble
I am showing customized Callout Bubbles with the help of this tutorial tutorial If I show a custom Callout Bubble I add a view Labels into that bubble and I want them to look exactly like the standar[详细]
2023-04-02 20:53 分类:问答Problem with selected annotations
:) I have a really strange problem when trying to retrieve the properties of a selected annotation. Here is the short description of my problem:[详细]
2023-04-01 21:16 分类:问答Get Latitude and Longitude from Annotation view
How do I get the latitude and longitude of an annotationView placed on my mapView? I need to get it when the rightAccessory gets tapped.[详细]
2023-03-31 08:11 分类:问答Change CenterOffset of an AnnotationView after zooming [duplicate]
This question already has answers h开发者_JAVA百科ere: Closed 10 years ago. Possible Duplicate: MKMapView ignores update of centerOffset in iOS 4[详细]
2023-03-27 22:55 分类:问答iphone mkannotation: warning on left callout after map has loaded
I have a MKMapview loading with maybe 5 annotations (right now). It loads fine, with the annotations as well. Each annotation contains the correct left and right callout. However after a while (maybe[详细]
2023-03-27 15:07 分类:问答Deriving MKAnnotationView and linking it to a NIB file
I need to derive a new class from the MKAnnotationView just like in the WeatherMap project from Apple but with the graphic part defined through a NIB 开发者_Python百科file: is there a way of doing thi[详细]
2023-03-27 00:28 分类:问答Changing an MKAnnotationView custom image?
I know you can create a custom annotation view using something like: -(MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation开发者_如何学Go>)annotation[详细]
2023-03-26 20:49 分类:问答