Top "Mkmapview" questions

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

How do you center the MKMapView map visually when a user location is known or changes?

I have read and followed the instructions on How do I zoom an MKMapView to the users current location without …

iphone map mkmapview center userlocation
Stuck on using MKPinAnnotationView() within Swift and MapKit

I have a working loop to setup annotations for the title and subtitle elements for some working data points. What …

ios mkmapview swift mapkit mkannotationview
show users location blue point in iPhone MKMapView

I am developing a custom pins in a MapView in my iPhone app. Here is the code: - (MKAnnotationView *)mapView:(…

iphone ios mapkit mkmapview mkannotationview
Use MKLocalSearch to search for locations on a map

I want to use MKLocalSearch for searching in a Map. This functionality is available in iOS 6.1+. Does anybody know how …

ios objective-c mkmapview mapkit mklocalsearch
Change map type (hybrid, satellite) via segmented control

I am trying to change the map type using a segmented control button, I wish for it to change the …

swift mkmapview hybrid
Resize MKAnnotationView Image When map zooms in and out?

What i have I have about 150 MKAnnotationViews on a map. Every MKAnnotationView has an image that replaces the default pin. …

ios mkmapview mkannotationview
How to get center of an MKMapView map?

I have an MKMapView which allows the user to scroll the map around. Later, I want to get the latitude …

iphone objective-c mkmapview
Zoom MKMapView to fit polyline points

I have an array, allCollections, that holds programmatically-created arrays of CLLocations the user has recorded through my iOS app. Each …

iphone objective-c ios mkmapview cllocation
how to get the distance between two locations in miles in objective c?

how to calculate distance between two location in miles using distanceFromLocation method of mapkit framework. Thanks

iphone objective-c mkmapview