Xamarin.Forms.BaiduMaps
1.1.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 2.8.3 or higher.
dotnet add package Xamarin.Forms.BaiduMaps --version 1.1.3
NuGet\Install-Package Xamarin.Forms.BaiduMaps -Version 1.1.3
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.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Forms.BaiduMaps --version 1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Xamarin.Forms.BaiduMaps, 1.1.3"
#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.1.3 // Install Xamarin.Forms.BaiduMaps as a Cake Tool #tool nuget:?package=Xamarin.Forms.BaiduMaps&version=1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A simply packaging for baidu maps sdk(android v4.0/ios v3.0)
Product | Versions 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.
-
All Frameworks
- Xamarin.Forms (>= 2.1.0.6529)
-
MonoAndroid 1.0
- Xamarin.Android.Support.v7.AppCompat (>= 23.3.0)
- Xamarin.Android.Support.v7.MediaRouter (>= 23.3.0)
-
Xamarin.iOS 1.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
# 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