Xamarin.Forms.Maps 1.3.2.6299-pre1

This is a prerelease version of Xamarin.Forms.Maps.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Forms.Maps --version 1.3.2.6299-pre1
NuGet\Install-Package Xamarin.Forms.Maps -Version 1.3.2.6299-pre1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Forms.Maps" Version="1.3.2.6299-pre1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Forms.Maps --version 1.3.2.6299-pre1
#r "nuget: Xamarin.Forms.Maps, 1.3.2.6299-pre1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xamarin.Forms.Maps as a Cake Addin
#addin nuget:?package=Xamarin.Forms.Maps&version=1.3.2.6299-pre1&prerelease

// Install Xamarin.Forms.Maps as a Cake Tool
#tool nuget:?package=Xamarin.Forms.Maps&version=1.3.2.6299-pre1&prerelease

Maps models and renderers for Xamarin.Forms

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (19)

Showing the top 5 popular GitHub repositories that depend on Xamarin.Forms.Maps:

Repository Stars
xamarin/Xamarin.Forms
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
xamarin/xamarin-forms-book-samples
Code samples for "Creating Mobile Apps with Xamarin.Forms"
xamarinhq/app-conference
Pre-build conference application built with Xamarin
microsoft/SmartHotel360-Mobile
SmartHotel360 Mobile
Version Downloads Last updated
1.4.3.6358-pre2 262 4/24/2015
1.4.3.6356-pre1 93 4/21/2015
1.4.2.6359 4,053 4/30/2015
1.4.2.6355 995 4/21/2015
1.4.2.6353-pre2 145 3/31/2015
1.4.2.6350-pre1 1 3/30/2015
1.4.1.6349 6,092 3/30/2015
1.4.1.6347-pre2 243 3/19/2015
1.4.1.6342-pre1 146 3/10/2015
1.4.0.6341 2,264 3/9/2015
1.4.0.6340-pre2 85 3/6/2015
1.4.0.6336-pre1 95 3/3/2015
1.3.5.6337 504 3/5/2015
1.3.5.6335 1 3/2/2015
1.3.5.6333-pre1 142 2/17/2015
1.3.4.6332 1 2/17/2015
1.3.4.6331-pre4 98 2/13/2015
1.3.4.6329-pre3 66 2/12/2015
1.3.4.6328-pre2 64 2/11/2015
1.3.4.6325-pre1 83 2/9/2015
1.3.3.6323 821 2/9/2015
1.3.3.6322-pre3 62 2/6/2015
1.3.3.6321-pre2 92 2/4/2015
1.3.3.6318-pre1 1 2/2/2015
1.3.2.6316 723 2/3/2015
1.3.2.6313-pre3 106 1/30/2015
1.3.2.6309-pre2 99 1/28/2015
1.3.2.6299-pre1 166 1/20/2015
1.3.1.6296 3,803 1/4/2015
1.3.1.6294-pre1 195 12/24/2014
1.3.0.6292 926 12/24/2014
1.3.0.6286-pre4 123 12/19/2014
1.3.0.6284-pre3 143 12/12/2014
1.3.0.6280-pre2 99 12/9/2014
1.3.0.6275-pre1 1,747 11/12/2014
1.2.3.6257 5,331 10/2/2014
1.2.3.6256-pre4 128 9/26/2014
1.2.3.6255-pre3 1 9/20/2014
1.2.3.6249-pre2 169 9/9/2014
1.2.3.6246-pre1 155 8/15/2014
1.2.2.6243 2,526 7/30/2014
1.2.2.6241-pre3 67 7/28/2014
1.2.2.6240-pre2 427 7/22/2014
1.2.2.6238-pre1 69 7/17/2014
1.2.1.6229 1,868 7/14/2014
1.1.1.6206 4,676 6/19/2014
1.1.0.6201 1 6/12/2014
1.0.6197 133 6/4/2014
1.0.6188 284 5/28/2014

## Important Note For Upgrading ##

This release updates several of the nuget packages referenced by Xamarin.Forms to support the latest GooglePlayServices. To ensure your projects are compatible, make sure your AndroidSDK is fully up to date (API 21 must be installed, as well as latest build tools), GooglePlayServices is up to date in the SDK manager, and that the Compile and TargetFramework of your android application is set to either Latest or 21 (if you use VS, 21 is probably better as you wont get nuget package errors, but both will work once the packages are installed).

So to wrap up, the following things are required:

- Latest Android SDK installed. (Might take several runs of SDK Manager to get fully up to date)
- Latest verison of GooglePlayServices installed
- Android App Project set to TargetFramework 21, Minimum 15, Compile 21.
- Nuget packages updated (should happen automatically when updating Forms)

## Enhancements ##

- Add implicit Xaml conversion for System.DateTime
- Nuget package deps updated to latest version. This update is mandatory to maintain compatibility with GooglePlayServices 22.

## Bugs Fixed ##

- [Bug 26036](https://bugzilla.xamarin.com/show_bug.cgi?id=26036) - Android databound label FormattedText not updating when property changes
- [Bug 25951](https://bugzilla.xamarin.com/show_bug.cgi?id=25951) - Android FrameRenderer leaks background image.
- [Bug 25869](https://bugzilla.xamarin.com/show_bug.cgi?id=25869) - CarouselPage flicker when it moves to current page on iOS
- [Bug 25809](https://bugzilla.xamarin.com/show_bug.cgi?id=25809) - Scrolling view causes timer to stop incrementing
- [Bug 25791](https://bugzilla.xamarin.com/show_bug.cgi?id=25791) - Windows Phone: Focus() method of DatePicker is not working properly. (Also fixed for TimePicker)
- [Bug 25734](https://bugzilla.xamarin.com/show_bug.cgi?id=25734) - NavigationBar.ToolbarItems.Add() crashes / breaks app in iOS7. works fine in iOS8
- [Bug 25661](https://bugzilla.xamarin.com/show_bug.cgi?id=25661) - ToolbarItem not showing as disabled when CanExecute is set to false
- [Bug 25639](https://bugzilla.xamarin.com/show_bug.cgi?id=25639) - ListView ItemTapped issue on Windows Phone
- [Bug 25638](https://bugzilla.xamarin.com/show_bug.cgi?id=25638) - Unable to use Style Setters for BindableProperties that have defaultValueCreator
- [Bug 25611](https://bugzilla.xamarin.com/show_bug.cgi?id=25611) - In WindowsPhone, an exception occurs in ScrollTo of ListView.
- [Bug 25592](https://bugzilla.xamarin.com/show_bug.cgi?id=25592) - Memory Leak when using Custom Renderer in conjunction with RaiseChild/LowerChild
- [Bug 25591](https://bugzilla.xamarin.com/show_bug.cgi?id=25591) - RaiseChild/LowerChild appear reversed on Android
- [Bug 25545](https://bugzilla.xamarin.com/show_bug.cgi?id=25545) - CarouselPage rotation on iOS on iPad leaves page in half shown state.
- [Bug 25396](https://bugzilla.xamarin.com/show_bug.cgi?id=25396) - NSInternalConsistencyException when binding a ListView to an ObservableCollection.
- [Bug 25320](https://bugzilla.xamarin.com/show_bug.cgi?id=25320) - MasterDetail Master/Menu fails after MasterDetail has been reused
- [Bug 25319](https://bugzilla.xamarin.com/show_bug.cgi?id=25319) - Setting a different Detail page from a MasterDetailPage after 2nd time on MainPage causes an exception
- [Bug 24824](https://bugzilla.xamarin.com/show_bug.cgi?id=24824) - [XF 1.3-Pre, all platforms] "Can not create more than one Application instance"
- [Bug 24705](https://bugzilla.xamarin.com/show_bug.cgi?id=24705) - ScrollView does not scroll until after device is rotated
- [Bug 24681](https://bugzilla.xamarin.com/show_bug.cgi?id=24681) - Removing items from ListView in Windows Phone cases Argument Out Of Range Exception
- [Bug 24580](https://bugzilla.xamarin.com/show_bug.cgi?id=24580) - Custom DurationPicker makes built-in DatePicker misbehave.
- [Bug 24445](https://bugzilla.xamarin.com/show_bug.cgi?id=24445) - Assertion failure in UITableView when viewmodel bound to ListView changes.
- [Bug 23365](https://bugzilla.xamarin.com/show_bug.cgi?id=23365) - Image fails loading from long URL
- [Bug 22327](https://bugzilla.xamarin.com/show_bug.cgi?id=22327) - Windows Phone button Clicked event still fires when IsVisible=false
- [Bug 21064](https://bugzilla.xamarin.com/show_bug.cgi?id=21064) - Entry.Completed does not fire on Android softkeyboard
- [Bug 20903](https://bugzilla.xamarin.com/show_bug.cgi?id=20903) - BoxView: Differences between iOS / WP and Android

## Other Fixes ##

- [Core] Calling ClearValue for BindableProperty with DefaultValueCreator gives wrong data in property change callbacks
- [Core] Deserializer methods for Properties dictionary now check for empty file rather than throw.
- [Core] FontSizeConverter now parses with invariant culture
- [Core] FontTypeConverter now parses with invariant culture
- [Core] ThicknessTypeConverter now parses with invariant culture
- [Core] ListView no longer leaks HeaderCells when assigning a new ItemsSource
- [Core] StackLayout contents now correctly re-arrange when items are removed.
- [Android] Picker no longer crashes when dismissed with no items set.
- [Android] Resolve potential crash in Android FormsApplicationActivity during dispose.
- [iOS] ModalWrapper dispose no longer crashes in some cases.
- [iOS] NavigationRenderer no longer eats exception when packing initial views.
- [iOS] OnResume not called sometimes when app resumes from sleep.
- [iOS] ViewCell no longer leaks every UIView it created.
- [WP] ToolbarItem no longer crashes if it doesn't have a name set. It will use the icon name instead.

## Known Issues ##

- Of course all the confirmed bugs in bugzilla
- iOS 6.1 support is currently broken due to DynamicType support. This will be fixed in 1.3.2-pre2.