I currently have a map view in my app that is locked so that the user can\'t interact with it (i.e. scroll, zoom et开发者_JS百科c.), however I want to make it into a UIButton. The idea being the the c
I want to know the current zoom level of MKMapView in iphone programming, how can I do that? Actually I have one app, that is taking few arguments(Radius from center to corner of MKMapView) are return
I need to transform-rotate a MKMapview based on the course of the CLLocations I get from CoreLocation.
I have been trying to centre the map view on the users location. This should also update as and when a change in locat开发者_如何学编程ion is registered. The issue I\'m having is upon loading the app
I have a MkMa开发者_如何学GopView on which I have some Annotations. When I click an annotation Its detail is opened in another view which has scroll view in bottom half of map view. When we scroll thr
I have been checking a couple of related posts regarding the callout behaviour. I know didAddAnnotationViews could bring annotation view along with the pin when it starts dropping. But what I开发者_高
The default pin drop animation doesn\'t work in my app, here is some code I wrote: - (void)viewDidLoad {
I want to create a customized annotation and callout bubble on MKMapView. I need to use a customized view rather than default annotation pin and annotaion view(which is limited to show only开发者_如何
I seem to have the opposite problem from many of those posted here about MKMapView.Rather than not being able to get it to zoom to and display the current location, I can\'t seem to get it to stop doi
I have a MKMapView in a ViewController and would like to detect users\' gestures when he/she touches the map with these methods: