paulpatarinski / Xamarin.Forms.Plugins

Xamarin Forms Plugins
http://paulpatarinski.github.io/Xamarin.Forms.Plugins
MIT License
276 stars 140 forks source link

MapExtend in Xaml #52

Open fvermeulen opened 9 years ago

fvermeulen commented 9 years ago

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

Could not load file or assembly 'Xam.Plugin.MapExtend' or one of its dependencies. The system cannot find the file specified.

Can you tell me the right assemblyName or path?

paulpatarinski commented 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