Skip to content

Commit

Permalink
[mapkit] Add MKLocalSearchRequest initWithCompletion: in unified. Fix…
Browse files Browse the repository at this point in the history
…es #53083 (#1832)

It was left out by mistake when added (to classic only). Since then macOS
also added support for the API.

references
bugzilla: https://bugzilla.xamarin.com/show_bug.cgi?id=53083
xtro: common.unclassified:!missing-selector! MKLocalSearchRequest::initWithCompletion: not bound
  • Loading branch information
spouliot authored and rolfbjarne committed Mar 7, 2017
1 parent f205a8c commit 315fbdc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mapkit.cs
Expand Up @@ -1246,11 +1246,9 @@ interface MKLocalSearch {
#endif
interface MKLocalSearchRequest : NSCopying {

#if !XAMCORE_2_0 && !MONOMAC
[TV (9,2)][NoWatch][iOS (9,3)]
[TV (9,2)][NoWatch][iOS (9,3)][Mac (10,11,4, onlyOn64 : true)]
[Export ("initWithCompletion:")]
IntPtr Constructor (MKLocalSearchCompletion completion);
#endif

[Export ("naturalLanguageQuery", ArgumentSemantic.Copy)]
[NullAllowed]
Expand Down

0 comments on commit 315fbdc

Please sign in to comment.