Top "Mapkit" questions

MapKit is Apple's framework for presenting and annotating scrollable and zoom-enabled maps on iOS, IPadOS, tvOS, watchOS, and macOS.

Offline MapKit solution for iOS

Quick question for you. I have an app that I'm working on that will require the use of maps, but …

ios ipad mapkit offline
How set Custom Annotation markers ( animated rings around a point) on GMSMapView

Using Google maps iOS SDK I have implemented a mapView in that i have created markers as follows // Creates a …

ios objective-c google-maps mapkit google-maps-sdk-ios
MKAnnotationView - Lock custom annotation view to pin on location updates

Update #5 I guess it's bounty time. 100+ views and no one's taken a stab, even with the code sample I've posted. …

iphone objective-c mapkit mkmapview mkannotationview
MKMapView maptype not changing?

I cannot understand why my MKMapView does not want to change to satellite view. This method is called and case 1 …

iphone objective-c ios cocoa-touch mapkit
How to define the order of overlapping MKAnnotationViews?

I have several MKAnnotations (and their corresponding views) in my map, and it sometimes gets really crowded. Now, the annotations …

iphone mapkit
How to give a location coordinate to plot a point in a map in ios using storyboard?

I am creating a map view in a view controller, using storyboard. When I use the following code. -(void) …

ios mapkit cllocationcoordinate2d
How do I change the frame position for a custom MKAnnotationView?

I am trying to make a custom annotation view by subclassing MKAnnotationView and overriding the drawRect method. I want the …

iphone mapkit mkannotation
Calculate new coordinate x meters and y degree away from one coordinate

I must be missing somthing out in the docs, I thought this should be easy... If I have one coordinate …

iphone objective-c geolocation location mapkit
Wanted: How to reliably, consistently select an MKMapView annotation

After calling MKMapView's setCenterCoordinate:animated: method (without animation), I'd like to call selectAnnotation:animated: (with animation) so that the annotation …

ios mapkit mkpinannotationview
Current location button on ios MKMapView

I am using MKMapView in my iOS Application. I have search bar in my view. If I search for location …

ios iphone mkmapview mapkit