MapKit is Apple's framework for presenting and annotating scrollable and zoom-enabled maps on iOS, IPadOS, tvOS, watchOS, and macOS.
How do I detect a single tap on an instance of MKMapView? Do I have to subclass MKMapView and then …
ios cocoa-touch mkmapview mapkitProblem: It seems I can't stop Core Location from sending updates to my app / tracking. What am I doing: In …
ios mapkit core-location cllocationmanagerI have the following problem: I have a "drawn map" (image) which I add to the MapView as an Overlay. …
iphone ios mapkit android-mapview regionI would like to know if anyone can tell me how I can touch a pin on the map in …
swift view mapkit mkpointannotationI'm trying to get an understanding of how to draw polylines using Swift. I've looked at the documentation, referenced some …
ios swift mapkit polyline mkpolylineI am having trouble building my app after adding MapKit and CoreLocation frameworks. They are both 4.3 frameworks, and the app …
iphone mapkit core-location i386Can I create an MKAnnotation, or is it read only? I have coordinates, but I am not finding it easy …
iphone mkmapview mapkit mkannotationI put the personal image instead of the traditional red pin. When I open the map to display the pin, …
ios mapkit swift2 xcode7 mkannotationI am trying to create a snapshot of a MKMapView in iOS7 application the same way it's recommended everywhere for …
ios ios7 mkmapview mapkit mkmapsnapshotter