BingMapsRESTToolkit 1.0.6
See the version list below for details.
dotnet add package BingMapsRESTToolkit --version 1.0.6
NuGet\Install-Package BingMapsRESTToolkit -Version 1.0.6
<PackageReference Include="BingMapsRESTToolkit" Version="1.0.6" />
paket add BingMapsRESTToolkit --version 1.0.6
#r "nuget: BingMapsRESTToolkit, 1.0.6"
// Install BingMapsRESTToolkit as a Cake Addin #addin nuget:?package=BingMapsRESTToolkit&version=1.0.6 // Install BingMapsRESTToolkit as a Cake Tool #tool nuget:?package=BingMapsRESTToolkit&version=1.0.6
Bing Maps REST Toolkit for .NET
This is a portable .NET class library which provides a set of tools that make it easy to access the Bing Maps REST services in .NET based apps. Take a look at the Getting Started documentation.
Features
- Uses HTTPS by default.
- Implements the documented best practices for Bing Maps. For example, it automatically encodes query parameters. A commonly overlooked stepped which greatly reduces the chances of invalid queries being sent to the service.
- Handles errors and rate limiting by catching exception and returning response with error message.
- Automatically determines when a POST request should be made instead of a GET request.
- Fast indexed lookups of Distance Matrix results.
NuGet Package
The Bing Maps REST Services Toolkit is available as a NuGet package. If using Visual Studio, open the nuget package manager, select the Browse tab and search for "Bing Maps REST". This should reduce the list of results enough to find the "BingMapsRESTToolkit" package. The owner of the package is bingmaps and the author is Microsoft.
Alternatively, if you are using the nuget command line:
PM> Install-Package BingMapsRESTToolkit
Supported Platforms
- .NET Framework 4.5+
- .NET Standard 1.4+
- Universal Windows Platform (UWP)
- Windows 10
- Windows 8.1
- Windows 8
- Windows Phone 10
- Windows Phone 8.1
- Windows Phone Silverlight 8.1
- Windows Phone Silverlight 8
- Xamarin.Android
- Xamarin.iOS
- Xamarin.iOS (Classic)
Contributing
We welcome contributions. Feel free to file issues and pull requests on the repo and we'll address them as we can. Learn more about how you can help on our Contribution Rules & Guidelines.
You can reach out to us anytime with questions and suggestions using our communities below:
This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Related Projects
Additional Resources
- Bing Maps REST Services MSDN Documentation
- Bing Maps MSDN Documentation
- Bing Maps Blog
- Bing Maps forums
- Bing Maps for Enterprise site
License
MIT
See License for full license text.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.4 is compatible. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
.NETPlatform | dotnet is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Windows Phone | wpa81 is compatible. |
Xamarin.iOS | xamarinios is compatible. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on BingMapsRESTToolkit:
Package | Downloads |
---|---|
J4JSoftware.GeoProcessor
a library for processing GPX, KML and KMZ files, and snapping GPS tracks to roadways |
|
IDesk.Format.ViewModels
Format lib for IDesk |
|
J4JSoftware.RouteSnapperLib
library for snapping GPS points to roads |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.4 | 959,675 | 3/10/2018 |
1.1.3 | 8,564 | 2/21/2018 |
1.1.2 | 9,687 | 2/20/2018 |
1.1.1 | 8,710 | 2/2/2018 |
1.0.9 | 38,278 | 12/14/2017 |
1.0.8 | 6,590 | 10/23/2017 |
1.0.7 | 1,340 | 10/19/2017 |
1.0.6 | 3,007 | 10/2/2017 |
1.0.5 | 48,844 | 3/23/2017 |
1.0.4 | 3,974 | 2/16/2017 |
1.0.3 | 1,249 | 2/15/2017 |
1.0.2 | 1,275 | 2/7/2017 |
1.0.1 | 1,598 | 1/30/2017 |
1.0.0 | 3,531 | 12/13/2016 |
See the changelog here: https://github.com/Microsoft/BingMapsRESTToolkit/blob/master/CHANGELOG.md