Xamarin.Forms.Maps 2.0.1.6492-pre1

This is a prerelease version of Xamarin.Forms.Maps.
dotnet add package Xamarin.Forms.Maps --version 2.0.1.6492-pre1
                    
NuGet\Install-Package Xamarin.Forms.Maps -Version 2.0.1.6492-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="2.0.1.6492-pre1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xamarin.Forms.Maps" Version="2.0.1.6492-pre1" />
                    
Directory.Packages.props
<PackageReference Include="Xamarin.Forms.Maps" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xamarin.Forms.Maps --version 2.0.1.6492-pre1
                    
#r "nuget: Xamarin.Forms.Maps, 2.0.1.6492-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.
#:package Xamarin.Forms.Maps@2.0.1.6492-pre1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xamarin.Forms.Maps&version=2.0.1.6492-pre1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Xamarin.Forms.Maps&version=2.0.1.6492-pre1&prerelease
                    
Install as a Cake Tool

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.1.6492-pre1 166 12/3/2015
2.0.0.6490 2,329 12/1/2015
2.0.0.6484 1,079 11/21/2015
2.0.0.6482 1,750 11/17/2015
1.5.2.6478-pre3 68 11/17/2015
1.5.2.6477-pre2 128 11/10/2015
1.5.2.6469-pre1 207 10/20/2015
1.5.1.6471 3,966 10/20/2015
1.5.1.6468 354 10/20/2015
1.5.1.6460-pre2 148 10/13/2015
1.5.1.6455-pre1 243 10/2/2015
1.5.0.6447 4,869 9/25/2015
1.5.0.6446 1,597 9/16/2015
1.5.0.6404-pre3 349 8/25/2015
1.5.0.6401-pre2 142 8/21/2015
1.5.0.6396-pre1 176 8/5/2015
1.4.4.6449 197 9/25/2015
1.4.4.6443 195 9/16/2015
Loading failed

## Features ##

- Add PanGestureRecognizer

## Bug Fixes ##

- [Android] Resolve issue where AnchorX was sometimes incorrectly represented on Android
- [Android] Resolve issue where toolbar items sometimes disappeared
- [Android] Resolve issue where back arrow was wrong color
- [UWP] Updated ActionSheet to use a ContentDialog and use a more windows friendly theme
- [XamlC] Fix all sorts of minor issues
- [WinRT] Entry no longer has erronious padding/display when in password mode
- [iOS] SearchBar text and placeholder colors now correct
- [WP8] Resolve issue where calling RemovePage for root of NavigationPage would result in a crash
- [WP8] Resolve issue where images would sometimes get sized to 0,0 due to measurement before load finishes