mkannotation
Multiple Annotations (IOS) Easiest way
Im using Annotations in IOS to display London Tube stations, but im looking at numbers and there are 280开发者_开发百科 or so.[详细]
2023-03-05 04:22 分类:问答how to store information related of a pin in MKPinAnnotation
actually, i have retrieved a lot of informatio开发者_Go百科ns about service stations from web-service, they are here, i displayed for each Station a pin annotation to show it on the Map with a UIButto[详细]
2023-03-05 01:01 分类:问答Store data in MKAnnotation?
So I\'m pretty new to Xcode and Objective-C. I have several ArtPiece objects with various attributes stored in an array. I then add them as MKAnnotations to the mapview. What I need to be able to do i[详细]
2023-03-04 12:45 分类:问答Darken Map View when Annotation Clicked/Viewed
Is it possible开发者_运维知识库 to make the Mapview darken/decrease the alpha over a black background (similar to viewing images in a JS/CSS lightbox) when a annotation is clicked (which in turn shows[详细]
2023-03-03 08:45 分类:问答Dragging MKAnnotationView immediately
When you set the draggable property of an MKAnnotationView, the default behavior seems to be: 1) user taps the annotation[详细]
2023-03-02 16:18 分类:问答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 分类:问答iPhone - Updating Annotation subtitle in mapkit
I have a custom placemark with title and subtitle. The subtitle is actually displaying the address of the dropped pin using the reverse geocoder.[详细]
2023-02-27 08:02 分类:问答[MKAnnotation]warning: '-setTitle:' not found in protocol(s)
i have a subclass named MyAnnotation to manage the annotation protocol, my problem is when i build the application, it gives me this warning :[详细]
2023-02-26 07:46 分类:问答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 分类:问答MKAnnotation - adding url
I\'m working through mayurbirari\'s sample code to generate a mapkit view, I want to add a url to the popup.I\'ve tried to understand the apple reference to subclass but TBH it just isnt going it.[详细]
2023-02-24 07:21 分类:问答