I am trying to rotate a map view in my app according the the user\'s current route. (I don\'t like to use the built in compasse because only 3GS uses it and it suffers too much interference from other
i am implementing an app, that show customers and my userLocation on a map. But now i have a problem, because ther开发者_StackOverflow中文版e are a lot of costumers and the map is very uncomfortable.
I want to use a MKMapView to display the user current location using the default breathing blue pin and I want to record the user movement at the same time. Is there any way that I could use the GPS m
I\'m trying to use the \"selected\" property in MKAnnotationView ( discussed here ), this is for the user to be able to delete a selected annotation...
I have subclassed MKAnnotationView to create an annotation that basically draws a circle around a point on a map view through override of drawRect.The circle draws 开发者_Go百科fine in the following s
Im implementing a map application on iPhone. I want the map to zoom in on the user\'s current location.
I have a custom tablecell with an embedded MapView showing a small area. When the user selects the cell, I want to push a new view with a larger mapview and some more information, like distance from w
in my project are two classes (mapViewcontroller and listViewcontroller) and on the mapView are a lot of pins that the user can pull. If he pulled one i have to save the data of the pins and manage it
Is there any way t开发者_如何学运维o quickly test whether an MKCoordinateRegion is good or not? I\'ve swappedlatitude for longitude and caused an application crash. I\'d like to be able to see whether
I want to draw a tile-based overlay on top of a MKMapView, but there\'s n开发者_如何学Pythono obvious way to do this.