Open fvermeulen opened 9 years ago
@fvermeulen I haven't tested the control in XAML. I will probably be working on putting some samples and docs together for the 1.5.0 release and I will include XAML samples as part of that https://www.nuget.org/packages/Xam.Plugins.Forms.ExtendedMap/1.5.0
Check out 1.5.0 it has a lot of improvements in it. Assembly name is ExtendedMap.Forms.Plugin.Abstractions.dll
Hello, I wanted to use the ExtendMap in Xaml.
For the normal maps i would use that line to reference the maps `xmlns:maps="clr-namespace:Xamarin.Forms.Maps;assembly=Xamarin.Forms.Maps"``
For MapExtend I use
xmlns:mapExtend="clr-namespace:Xamarin.Forms.Maps;assembly=Xam.Plugin.MapExtend"
and that
<mapExtend:MapExtend WidthRequest="320" HeightRequest="200" HorizontalOptions="FillAndExpand" />
but I got an exception
Can you tell me the right assemblyName or path?