I am using CLLocation to work out the distance from the current user location, and an annotation. However I just wanted to know if this would be correct. I am currently using iPhone Simulator for this
Can anyone describe how to get the map coordinate of a MKMapView by its position on center of screen?Check out Uber app (its free).They have a pin statically located in the middle of the screen and yo
Im trying to use the MKMap API and integrate a database table id so I can click a button detail disclosure to send the user to another page with further information. Ive been all over teh MKMapKit on
I want to write a program that sends GPS location (lattitude, longitude) at a particular time... so it\'s like an alarm, but it\'s not buzzing, instead of sending locations at a particular time.
My problem occurs only on iPad. There is always unrendered portion of MKMapView(right side on the picture below). As soon as I touch this window the mapview repaints itself just fine. But it never ren
I implemented the following MKMapView method, which runs after annotations are added. I have my MKMapView map (parishMap) set to \"Shows user location\" in Interface Builder, and upon loading the mapv
I\'ve read through countless posts here on stack and apple\'s docs and can\'t find anything to solve this problem.
I have a TabView, and one of my tabs contains a mapView. When I load the tab with the mapView for some reason regionDidChangeAnimated is called twice. I\'ve put break points in every other function an
I开发者_如何学JAVAs it possible to do that ? drag a MKAnnotation(pin) from another popup view (such as custom toolbox) to drop on MKMapView.MKAnnotations only live inside the MKMapView. You could crea
I\'m getting quite a lot of crashes like this. In my code, I\'m not doing any KVO on my MKAnnotation objects that could explain this exception. So to me, it looks like an iOS bug.