Xamarin.forms: Maps Binding - Possible typo in the bindable property

Created on 8 Mar 2019  路  4Comments  路  Source: xamarin/Xamarin.Forms

I was looking to see how the template binding was done in #4269 and noticed this line of code :

https://github.com/xamarin/Xamarin.Forms/blob/138791927206ef6c2f64243f8b991ee768ef4193/Xamarin.Forms.Maps/Map.cs#L21

Should this not have been nameof(ItemsSource):

public static readonly BindableProperty ItemsSourceProperty = BindableProperty.Create(nameof(ItemsSource), typeof(IEnumerable), typeof(Map), default(IEnumerable),

bug

All 4 comments

@djcparker Thanks for reporting this, see #5499

Fixed!

(not merged yet, reopening 馃槃 )

closed by #5499

Was this page helpful?
0 / 5 - 0 ratings