Xamarin.Forms.Plugins icon indicating copy to clipboard operation
Xamarin.Forms.Plugins copied to clipboard

MapExtend in Xaml

Open fvermeulen opened this issue 10 years ago • 1 comments

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?

fvermeulen avatar Aug 28 '15 09:08 fvermeulen

@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

paulpatarinski avatar Sep 04 '15 13:09 paulpatarinski