mkannotation
iPhone: Annotation view (like MKAnnotationView) for route-me project?
I am using the route-m开发者_StackOverflow中文版e project to show some (offline) maps I have made using TileMill . So far, so good. The problem now is how to display a beautiful annotation view like t[详细]
2023-04-11 03:48 分类:问答Memory leak when using json-data on a map
I\'ve the following problem: I\'m accessing foursquares Venue API and get a JSON string back. I parse this string with this json-framework. After that I\'m saving the dictionaries and arrays for acce[详细]
2023-04-09 17:59 分类:问答iOS rotating MKAnnotationView in response of MKMapView rotation
In my application I have a MKMapView where several annotations are shown. The map rotates based on the heading of the device. To rotate the map the following statement is performed (called by the meth[详细]
2023-04-09 09:10 分类:问答How to make the entire annotation(title) callout clickable
How to 开发者_运维技巧make the entire annotation(title) callout clickable?I am using MKAnnotation to show the callout.Is it possible without custom callout method?[详细]
2023-04-06 16:22 分类:问答viewForAnnotation not called in iPhone 4 but works in simulator [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-06 04:30 分类:问答Custom image for MKAnnotation
I have created an annotation which I\'m adding to an MKMapView. How would I go about having a custom image instead of the standard red pin?[详细]
2023-04-05 21:20 分类:问答MKMapview place pin at location (long/lat)
I have latitude and long values and I need to be able to drop a pin at this location. Can anybody provide some advice on how to go about this?开发者_Go百科Find the below very simple solution to drop[详细]
2023-04-05 10:25 分类:问答Fetching an Image path in a plist
I am trying to fetch an image path (eg. annotation1.jpg ) stored in a plist to put in a custom callout, depending on which POI it is.[详细]
2023-04-03 19:03 分类:问答MKAnnotation only within region
How can I only load the annotations that are within the displayed region? At the moment I load all Annotation with this method[详细]
2023-04-02 13:08 分类:问答Add date to MKAnnotation title property
I\'m following the Nerd Ranch i0S Programming guide. I need to tag map annotations with the dates that they were created.[详细]
2023-04-01 21:33 分类:问答