Top "Mkmapview" questions

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

Add image behind MKPinAnnotationView

I'm trying to add an image behind a MKPinAnnotationView. Seems like it should be rather easy to just do this …

iphone mkmapview mkpinannotationview
how can i check NSNumber is null?

NSDictionary *regionDict = (NSDictionary *) region; NSNumber *lat = [regionDict objectForKey:@"lat"]; //[latitude addObject:lat]; NSNumber *lng = [regionDict objectForKey:@"lng"]; //[longitude addObject:lng]; …

iphone json mkmapview nsnumber
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
How to set custom pin image in Mapview swift ios?

@IBOutlet weak var map: MKMapView! override func viewDidLoad() { map.delegate = self showAlarms() super.viewDidLoad() // Do any additional setup after loading …

ios swift3 mkmapview mkannotationview
Programmatically rotating a MKMapView in iOS7

I have an app that currently uses CGAffineTransformMakeRotation to manipulate a MKMapView in order to display the map with the …

ios mkmapview ios7
Convert span value into meters on a mapview

Whenever the user zoom in or out the map i need to know how many meters are currently represented on …

iphone mkmapview
'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named MKMapView'

I am doing a project using storyboard(first time using story board).In one of the viewcontroller there is a …

ios storyboard mkmapview
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
Can I still use Google Maps in iOS 6 and up?

As you may know Apple recently announced iOS 6 and with it their own new maps. I just ran my app …

iphone objective-c google-maps mkmapview ios6
Uncaught exception: CALayer position contains NaN when doing animation

I am getting this error in my application when I run on an iPad: Uncaught exception: CALayer position contains NaN …

ios mkmapview nan cgrect