Skip to content

Commit

Permalink
Fix "supermarket" missing from PlaceTypes
Browse files Browse the repository at this point in the history
Fixes xamarin#401. This is a breaking change: the type of `Google.Places.Types` is changed from `PlaceType[]` to `string[]`.
  • Loading branch information
breyed committed Apr 30, 2020
1 parent df7afd1 commit 67bd471
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Google/Places/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ interface AddressComponent
NSString Type { get; }

// @property (readonly, nonatomic, strong) NSArray<NSString *> * _Nonnull types;
[BindAs (typeof (PlaceType []))]
[Export ("types", ArgumentSemantic.Strong)]
NSString [] Types { get; }

Expand Down

0 comments on commit 67bd471

Please sign in to comment.