Top "Mkmapview" questions

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

Allow tapping anywhere on an annotation callout without a callout accessory view

I have a map view that adds annotations more or less like this: - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id &…

ios mkmapview
How can I know when MKMapview setRegion:animated: has finished?

I want to set a region on my MKMapView and then find the coordinates corresponding to the NE and SW …

iphone cocoa-touch mapkit mkmapview
Multiple annotation callouts displaying in MKMapView

Is it possible to open simultaneously more then one callout? The code: - (void)mapViewDidFinishLoadingMap:(MKMapView *)theMapView { for (id<…

iphone mkmapview mkannotation
IOS: Adding image to custom MKAnnotationview

I want to add a custom image to my annotations in the map. And i have made the following custom …

ios geolocation mkmapview mkannotationview
MKPinannotation detail disclosure button - present new view

FirstViewController.h #import <UIKit/UIKit.h> #import <MapKit/MapKit.h> @interface TransparentToolbar : UIToolbar{ } @end @interface AddressAnnotation : …

iphone mkmapview mkpinannotationview detail disclosure
iOS: Notification when MKMapView is loaded and annotations/overlays are added?

I am aware of the delegate methods used to let me know when the map has loaded and annotations and …

objective-c ios cocoa-touch mkmapview mapkit
Custom Callout Bubble iOS

I am developing app with mapview functionality. I want to show custom pin image on mapview, click on that open …

ios iphone mkmapview mkannotationview
Display MKMapViewAnnotations within a map view's visible rect

I'm displaying an MKMapView inside a Path-style parallax table view header. To create the effect, the mapView bounds is larger …

ios map mkmapview mapkit mkannotation
How to determine if an annotation is inside of MKPolygonView (iOS)

I'm trying to calculate if a specific annotation(like the blue circle of the user location) or a MKPinAnnotation is …

ios mkmapview mkpolygonview
How add pin on map?

I have a view in which i have a map. On that view i have a tool bar. In tool …

iphone google-maps mkmapview mkpinannotationview