vivet / GoogleApi

C# .NET Core Google Api (Maps, Places, Roads, Search, Translate). Supports all endpoints and requests / responses.
MIT License
551 stars 154 forks source link

DistanceMatrixRequest, Index was outside the bounds of the array #56

Closed bayzter closed 7 years ago

bayzter commented 7 years ago

Hi,

When adding enum AvoidWay to Avoid property i get "Index was outside the bounds of the array" on calling DistanceMatrix.Query(matrixRequest) . If Avoid property is not given any value, everything works like a charm.

Thanks

vivet commented 7 years ago

Ok thanks for reporting it will look into it and should have a fix in a few days.

vivet commented 7 years ago

Issue has been resolved. I confirmed by implementing a test for Avoid property for distance matrix. Nuget should be there shortly.

vivet commented 7 years ago

Closing issue.

bayzter commented 6 years ago

Hi again, thanks for the quick reply!

I just updated NuGet package to 3.2.9 to get distancematrix bug fix.

But now i get error on all properties in DistanceMatrixRequest as if they are no longer there.

Has these been moved else where?

bayzter commented 6 years ago

Hi again, again... :-)

False alarm!, reboot of visual studio did the trick.

Tanks for the good work!