MKLaunchOptionsMapTypeKey in OS X Mavericks
MKLaunchOptionsMapTypeKey in OS X Mavericks
- Subject: MKLaunchOptionsMapTypeKey in OS X Mavericks
- From: James Merkel <email@hidden>
- Date: Fri, 25 Oct 2013 13:16:28 -0700
In OS X Mavericks, has anyone used MKLaunchOptionsMapTypeKey to open a map in Hybrid mode, for example:
NSDictionary *options = @{MKLaunchOptionsMapTypeKey: [NSNumber numberWithUnsignedInteger:MKMapTypeHybrid]};
followed by openInMapsWithLaunchOptions: ?
The map opens in Hybrid mode, however in order to set it into Standard mode (in the Maps application), you need to select Hybrid mode (or Satellite mode), and then set it to Standard mode. Also, the view menu shows no selection when you initially go into the Maps application.
Is this a bug or is there something else that needs to be done in order to make this work correctly?
Thanks,
Jim Merkel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden