I can\'t seem to change the pin color. I have my view controller extend <MKMapViewDelegate> and implement mapView:viewForAnnotationI\'m close but must be missing something.any help would be app
I have set the \"Required background modes\" key to \"App registers for location updates\". this allowstracking the user’s location in the background. but when i get gps information from the mkmapvi开
I\'m centering the MKMapView every second with GPS data we get from an Accessory. [_mapView setCenterCoordinate:CLLocationCoordinate2DMake(location.latitude, location.longitude) animated:YES];
Newbie best practices question here; I\'ll write the code if someone can give me a开发者_StackOverflow社区 gentle push in the right direction...
I am working an iPhone app which is using CLLocationManager. When a user goes for a run, it shows the run path on a mapView. I am drawing the running path on mapView using following code:
I have a method that works to move the the map so that it follows the current user location.This works fine, but currently the zoom scale doesn\'t work how I want.I would like the user to be able to z
How do I load a new xib when my user taps on the popup bubble on an MkMapView? I\'ve tried scouring the interne开发者_JAVA百科t, but can\'t find a solution to this problem.
I have added UIButton, UITextField and MKMapView in UIViewController. I bind all co开发者_JS百科ntrols to properties. But when I run application there is no button and textField, only map. I have navi
I can\'t call the class \"MapAnnotation\" on XCode 4. I\'m working on coding that will allow me to place pins in an MKMapView. I believe I\'ve imported the right delegates. Here\'s what I\'ve got:
I\'m looking for a MKMapView which can be scrolled continuously in any direction and repeats itself. It has to be a MKMapView/subclass and not a custom Map-Framework like route-me.