MapKit is Apple's framework for presenting and annotating scrollable and zoom-enabled maps on iOS, IPadOS, tvOS, watchOS, and macOS.
I have an MKMapView that's supposed to track the user's location using a custom view (not the blue dot). In …
ios geolocation mkmapview mapkit mkmapviewdelegateI'm getting fairly frustrated with the limitations of MKMapKit. My current problem has to do with the z-ordering of annotation …
iphone mapkit mkpinannotationviewI have at least 100 diferents Points ... how can associate each point with the position in my 'listOfPoints' assigning a tag …
swift mapkit mkpointannotationHow do I make it possible, using MapKit in Swift, for the user to drag an annotation from one position …
ios swift mapkit draggable mkannotationviewI'm developing an iphone app using mapkit and CLLocationManager. I put lots of MKPinAnnotationView on map (about 100) and I want …
objective-c iphone mapkit mkpinannotationview mkannotationviewI'm having trouble getting the MKAnnotationViews show up on the map in MapKit. I'm using iOS 7, and have now searched …
ios mapkit mkannotation mkannotationviewis there a way to use core location or google or some other api to provide two points on the …
xcode iphone-sdk-3.0 mapkit location map-directionsI have a custom class that extends NSObject and implements the MKOverlay protocol. As a result, I need to implement …
ios mapkitCan anyone confirm that setRegion "snaps" to predefined zoom levels and whether or not this behavior is as designed (although …
iphone mapkit mkmapview