MKMapView is part of Apple's MapKit framework for developing location-aware iOS applications, and provides an embeddable map interface.
i want to create a custom callout bubble on MKMapView. But i want to create the call out bubble in …
iphone objective-c mapkit mkmapview mkpinannotationviewI'm working with MKMapView and have plotted several points on the map. I have used the MKCoordinateRegion and MKCoordinateSpan to …
iphone mkmapviewSo I have a MKMapView with all my pins added, and the colour of the pin is dependent on whether …
ios cocoa-touch mkmapview mkannotation mkannotationviewHow do you disable user interaction to an entire Map (MKMapView) in iOS? I just want to disable zooming, tapping, …
ios objective-c mkmapview mapkitI found that the Google Maps API supports Directions through: var map; var directionsPanel; var directions; function initialize() { map = new …
iphone mkmapview direction map-directionsI know google maps are known to be the best maps out there, but i dont want to have to …
ios objective-c mkmapview apple-mapsI'm displaying user avatar images on a MapView. The avatars appear to be working if they are rendered without animation, …
objective-c ios mkmapview mkpinannotationviewI'm using MapKit on iPhone. How can I know when the user changes the zoom level (zoom in\out the …
iphone objective-c iphone-sdk-3.0 mapkit mkmapviewI am trying to customise the MKAnnotationView for my mapView callout bubbles. I am fine with setting the annotation title …
ios swift mkmapview mkannotationI am looking to be able to ask the app user for his/her current location and a pin to …
swift mkmapview