I am trying to create a map app where the user can tag a map with a photo, comment or video, but I am having a problem putting an annotation on the map.
How can I alter the opacity of my MKOverlay? It is currently see-through - which I do开发者_如何学运维n\'t want.I have found deep into the references how to do it:
Our app has addresses like \"123 Main S开发者_开发百科t, Perth, Wa, 6554, Australia\" We need to display a map with that address. Is there a way to get the UIMap view to lookup the address and displa
I 开发者_StackOverflow社区want to show a custom message instead of \"My Location\" in viewForAnnotation.How do I do this?
I have a little iPad app which shows a MKMapView instance (map). In order to save the state I try saving the map.region to the NSUserDefaults. This works very well storing only the single values as do
after i spend 2 days of searching the bug i have to ask for help here. i do have MapViewController and place some pins on the map. i´ve copied most of the code from MapCallouts and WeatherMap of the
Update #5 I guess it\'s bounty time.100+ views and no one\'s taken a stab, even with the code sample I\'ve posted.How about some reputation points!
I am trying to put a button in the corner of my MKMapView to control whether the map stays locked on to the user\'s location. What I have in mind is to create a UIView with a button on and add it over
I am m开发者_如何学JAVAaking a application in whichi need to show annotations on map view .But whenever i pass the annotation pin with same lat lon value then i do not get all the callouts .
My header file: @interface MapViewController : UIViewController <开发者_Go百科MKMapViewDelegate, NSFetchedResultsControllerDelegate>