microsoft / BingMapsRESTToolkit

This is a portable class library which makes it easy to access the Bing Maps REST services from .NET.

Home Page:https://github.com/Microsoft/BingMapsRESTToolkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'waypoints' may be null on Extensions/TSP Resources/BaseTspAlgorithm.cs

angelschnider opened this issue · comments

Line: 71 if(waypoints == null && waypoints.Count > 0)

This has been fixed in version 1.1.5 (you can add this as a local project in your solution, not sure who updates the NuGet these days).