Top "Mkmapview" questions

MKMapView is part of Apple's MapKit framework for developing location-aware iOS applications, and provides an embeddable map interface.

Setting MKMapView Zoom level to a locality

I wish to set the zoom level (OR set region) of MKMapView such that I can show a locality. Elaborating …

ios mkmapview clgeocoder
Adding subview to MKMapView that's above the map but below the annotation views?

For an app I'm building, I have a custom "old map" effect PNG that I'd like to overlay on the …

iphone overlay mkmapview subview
iOS 10 heading arrow for MKUserLocation dot

The Maps app in iOS 10 now includes a heading direction arrow on top of the MKUserLocation MKAnnotationView. Is there some …

ios mkmapview ios10 mkuserlocation
MKMapView setRegion "snaps" to predefined zoom levels?

Can anyone confirm that setRegion "snaps" to predefined zoom levels and whether or not this behavior is as designed (although …

iphone mapkit mkmapview
Detecting touches on MKOverlay in iOS7 (MKOverlayRenderer)

I have an MKMapView with possibly hundreds of polygons drawn. Using MKPolygon and MKPolygonRenderer as one is suppose to on …

ios touch mkmapview mapkit mkoverlay
Move the annotation on Map like Uber iOS application

I am working on a project where I need to create a similar iOS application to UBER and OLA where …

objective-c swift mkmapview latitude-longitude mkannotation
MKMapView and CLLocationManager

I want to use a MKMapView to display the user current location using the default breathing blue pin and I …

iphone objective-c mkmapview cllocationmanager
Calculating tiles to display in a MapRect when "over-zoomed" beyond the overlay tile set

I am working on an app that uses MKOverlay views to layer my own custom maps on top of the …

ios mapkit mkmapview overlay tiles
How to draw arc/curve line with MKOverlayView on MKMapView

Help needed now. I can draw lines with MKPolyline and MKPolylineView, but how to draw an arc or curve lines …

iphone ios ipad mapkit mkmapview
MKMapView show incorrectly saved region

I'm saving map region into user defaults when my iPhone app is closing like this: MKCoordinateRegion region = mapView.region; [[NSUserDefaults …

ios objective-c mkmapview nsuserdefaults mkcoordinateregion