diff --git a/source/Google/Places/ApiDefinition.cs b/source/Google/Places/ApiDefinition.cs index 206dd012e..f9971e55e 100644 --- a/source/Google/Places/ApiDefinition.cs +++ b/source/Google/Places/ApiDefinition.cs @@ -20,7 +20,6 @@ interface AddressComponent NSString Type { get; } // @property (readonly, nonatomic, strong) NSArray * _Nonnull types; - [BindAs (typeof (PlaceType []))] [Export ("types", ArgumentSemantic.Strong)] NSString [] Types { get; }