I have a MkMapView and want to keep the Map centered to the user\'s location, exaclty as the iPhone Map Application does when you press the scope button.
I have a tabbar application and on the first tab I have a MKMapView. What I want to do is from somewhere else in the application, switch the active tab to the mapview and set the mapview\'s region bas
I would like to remove all annotations from my mapview without the blue dot of my position.When I call:
I\'m adding several annotations to a MapView and using a custom image instead of the default pins. I am using the viewForAnnotation delegate method to set the custom image like this:
This question was asked earlier by someone else but never answered: MKAnnotation - Map Pin callout pops up behind other map pins.
Before anything i\'m sorry for my bad english. I\'m trying to draw a route in a UIView and set that view as a MKMapView.
I have a MKMapView implemented with these lines of source code (my location is a blue bullet, the other one\'s are purple pins):
I use a MapView and I set annotations on it (purple pins) and my user location (which is a blue circle).
Anyone know of an easy way to implement boundaries on an MKMapView. For example, I want to tell the map it can only stay in one area. I want to user to be able to scroll but have them stop when they g
I want to set a region on my MKMapView and the开发者_运维问答n find the coordinates corresponding to the NE and SW corner of the map.