Top "Mapkit" questions

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

iPhone Map Kit cluster pinpoints

Regarding iPhone Map Kit cluster pinpoints: I have 1000's of marks that I want to show on the map but …

iphone google-maps annotations mapkit markerclusterer
put CLLocationCoordinate2D into CLLocation for Swift

I have a method I want to call however when I get back the center of the map, it is …

ios swift mapkit cllocation cllocationcoordinate2d
Disable compass on MKMapView

I am using a MapView in my app to show some annotations. In iOS 7 a compass appears randomly on the …

ios macos mapkit compass-geolocation
Custom image for MKAnnotation

I have created an annotation which I'm adding to an MKMapView. How would I go about having a custom image …

objective-c mapkit mkannotation mkannotationview
How to show my location and pin in map correctly on Swift?

I'm trying sshow my location in app Swift but this not show anything, the map is all blue.. My code …

swift mapkit cllocation
detect if a point is inside a MKPolygon overlay

I want to be able to tell if tap is within a MKPolygon. I have a MKPolygon: CLLocationCoordinate2D points[4]; …

ios objective-c mkmapview mapkit
Gradient Polyline with MapKit ios

I'm trying to trace a route on a MKMapView using overlays (MKOverlay). However, depending on the current speed, I want …

ios mkmapview overlay mapkit gradient
Change the region (zoom) for mapView Swift

I have a map and I draw a destination between two pins and I have also always open one call …

ios swift mapkit polyline
Replace icon pin by text label in annotation?

Is it possible to replace the pin icon of an annotation by a dynamic text label? Maybe using css, or …

iphone ios mapkit
Draw MKPolyline Fill Color

I am attempting to draw a nice MKPolyline on an MKPolylineView. Everything is going great so far - the polyline …

ios objective-c mkmapview mapkit polyline