This is a portable class library which makes it easy to access the Bing Maps REST services from .NET.
Перейти к файлу
Ricky Brundritt aac9d294d1 minor edit 2016-12-13 16:17:08 +00:00
Build Minor edits to comments 2016-12-13 16:01:42 +00:00
Samples Update App.config 2016-12-13 15:59:22 +00:00
Source Minor edits to comments 2016-12-13 16:01:42 +00:00
.gitignore minor edit 2016-12-13 16:17:08 +00:00
BingMapsRESTToolkit.sln Updated Readme and converted txt to md. 2016-12-12 22:58:02 +00:00
CONTRIBUTING.md Initial check in of project 2016-12-12 15:04:43 +00:00
LICENSE.md Updated Readme and converted txt to md. 2016-12-12 22:58:02 +00:00
README.md Update README.md 2016-12-13 15:45:48 +00:00

README.md

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.

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+
  • ASP.NET Core 1.0
  • 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)

Additional Resources

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.

License

MIT

See License for full license text.