Top "Mkmapview" questions

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

Using GPUImage to Recreate iOS 7 Glass Effect

I am trying to use the iOS 7 style glass effect in my glass by applying image effects to a screenshot …

ios image-processing mkmapview core-image gpuimage
Detect Tap on CalloutBubble in MKAnnotationView

Im working with MKMapView and MKAnnotationView. I have an annotation in the map. When the users tap on it, the …

ios mkmapview mkannotation mkannotationview
MKMapView Zooming In On User's Location Once But Not The Second Time in Tab-Bar App (iOS)

I have an MKMapView as part of a Navigation Controller in a Tab Bar based app. I click a UIButton …

ios xcode mkmapview userlocation
How to fetch current location in appdelegate using swift

Hi am developing a app using swift i want to fetch current location of the user when app launches so …

ios swift swift2 mkmapview currentlocation
MKMapView - rendererForOverlay not called

I recently started learning objectiveC and started developing an app in iOS6. Now, I am trying to convert it for …

ios mkmapview mkpolyline
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
moving/updating MKOverlay on MKMapView

is there a way to update (i.e. moving around) a MKOverlay that is already added to the MKMapView. Removing …

iphone mkmapview mkannotation
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
Center MKMapView on userLocation (initially) - only works on iPhone 4?

I implemented the following MKMapView method, which runs after annotations are added. I have my MKMapView map (parishMap) set to "…

iphone ios geolocation mkmapview userlocation