AMap3D.WindowsPhone 2.2.1.1

dotnet add package AMap3D.WindowsPhone --version 2.2.1.1
                    
NuGet\Install-Package AMap3D.WindowsPhone -Version 2.2.1.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="AMap3D.WindowsPhone" Version="2.2.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AMap3D.WindowsPhone" Version="2.2.1.1" />
                    
Directory.Packages.props
<PackageReference Include="AMap3D.WindowsPhone" />
                    
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 AMap3D.WindowsPhone --version 2.2.1.1
                    
#r "nuget: AMap3D.WindowsPhone, 2.2.1.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.
#:package AMap3D.WindowsPhone@2.2.1.1
                    
#: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=AMap3D.WindowsPhone&version=2.2.1.1
                    
Install as a Cake Addin
#tool nuget:?package=AMap3D.WindowsPhone&version=2.2.1.1
                    
Install as a Cake Tool

高德地图Windows Phone 8 SDK(V2)是一套基于Windows Phone 8及以上版本的地图应用程序开发接口。通过该接口,用户可使用高德地图数据和服务轻松构建功能丰富、交互性强的地图应用。

高德地图V2 是高德地图API家族的全新产品,在原有V1 版本的基础上,V2 新增了3D 矢量地图引擎加载,优化了矢量渲染引擎的性能。同时SDK还提供了关键字搜索、周边搜索、团购/优惠搜索、输入提示、公交路线查询、驾车路径规划、步行路径规划、公交路径规划以及地理编码等服务,用户可以根据自己的需要进行选择。

任何非盈利性网站均可免费使用地图API的服务。使用前请您申请 Key,详细信息请参阅《高德地图API使用条款》。

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.1.1 326 10/27/2014
2.2.1 101 10/11/2014
2.2.0 198 9/24/2014

与官网v2.2.1保持同步,为它的自动部署版本
修复了地图在scrollviewer中的手势错乱问题
修复了Marker的infoWindow锚点设置错位的问题。