Xamarin.Forms.BaiduMaps 1.2.1

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.3 or higher.

dotnet add package Xamarin.Forms.BaiduMaps --version 1.2.1
NuGet\Install-Package Xamarin.Forms.BaiduMaps -Version 1.2.1
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.BaiduMaps" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Forms.BaiduMaps --version 1.2.1
#r "nuget: Xamarin.Forms.BaiduMaps, 1.2.1"
#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.BaiduMaps as a Cake Addin
#addin nuget:?package=Xamarin.Forms.BaiduMaps&version=1.2.1

// Install Xamarin.Forms.BaiduMaps as a Cake Tool
#tool nuget:?package=Xamarin.Forms.BaiduMaps&version=1.2.1

A simply packaging of baidu maps sdk(android v4.1.1/ios v3.1)

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
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
1.3.1 4,004 5/23/2017
1.3.0 1,492 4/4/2017
1.2.3 1,270 12/14/2016
1.2.1 1,148 12/2/2016
1.2.0 1,312 11/16/2016
1.1.3 1,287 9/18/2016
1.1.2 1,346 9/14/2016

# 1.2.1

## Bug fix

* Fix crash problem (iOS)

# 1.2

* Update baidu sdk to v4.1.1(android) and v3.1(ios)
* Update Xamarin.Forms to v2.3.2.127

# 1.1.2

## New Features

* Support change Pin.Image(Android)

# 1.1.1

## Bug fix

* Pin.Title now can be null (iOS)
* ILocationService callback satellites always -1 (Android)

# 1.1.0

## New Features

* Add Polygon support
* Add Circle support
* Add ICalculateUtils interface
* Add IProjection interface