Граф коммитов

48 Коммитов

Автор SHA1 Сообщение Дата
Ricky Brundritt 581ac66a5b
Update TruckDistanceMatrixGenerator.cs
Fix bug - First cell of truck-based distance matrix was calculating incorrect time for minutes. Needed to divide but was multiplying.
2023-06-27 05:58:49 -07:00
dependabot[bot] 63fddc8d95
Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /Source
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/11.0.2...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 20:20:10 +00:00
Ricky Brundritt d9940c0e92 Version 1.1.5
See changelog
2022-03-17 16:18:59 -07:00
Chris Renshaw be109ff927 Added SearchResult response model for deserializing responses from the LocalSearch REST endpoint. 2022-01-05 17:42:14 -08:00
Tomi Junnila 2c89022ff5 Fix globalization issues in double handling 2021-03-20 11:45:38 +02:00
jiangmouren 28a90b2f60 fixing elevation request url formating 2020-06-25 15:49:04 -07:00
Zhihong Zhang 38b33736d9
Merge pull request #35 from naile/configureAwait
Add ConfigureAwait(false) to avoid context restoration and deadlocks
2020-04-03 14:29:45 -07:00
Zhihong Zhang cda783afb0
Merge pull request #33 from xuanyangge/FixTypo
Typo in LocationBusiness.cs
2020-04-03 13:16:34 -07:00
Zhihong Zhang 84e017de77
Merge pull request #36 from aorgish/master
Add TransitStop data contract to route response
2020-04-03 13:15:45 -07:00
tbowlin 2f42b0f388 Add avoid types per documentation for calculating routes: ferry, border crossing 2020-01-27 16:33:03 -05:00
Aliaksandr Orgish d9ec4081e4 Add TransitStop data contract to route response 2019-02-06 10:56:44 +03:00
Andreas Caravella c07812fa22 Add ConfigureAwait(false) to all async paths 2019-01-13 22:10:08 +08:00
xuanyangge 7f26e830b3
Update LocalBusiness.cs
There is a typo in the file. This will cause failure to parse response from Bing API.
2019-01-03 10:17:21 -08:00
Wilfredo Velázquez-Rodríguez 05f15bbbfd Fix malformed request when requesting points on the ellipsoid
The separator stayed as "?" when the 'height' is the first parameter in the request, and appending the key subsequently malformed the URL

Fixes https://github.com/Microsoft/BingMapsRESTToolkit/issues/26
2018-10-26 18:13:37 -04:00
Christopher French 05914c6687 updates, added to docs and tests 2018-09-10 17:00:22 -07:00
Christopher French e4a857a6a8 Added Autosuggest Support, XML comments, Licsence Info, misc edits 2018-08-29 16:58:58 -07:00
Christopher French 62b167f376 Added TZ requests/models plus Test; Fixed test for Locaiton Recog; Added DateTIme UTC helper functions, made Public; misc edits 2018-08-29 15:05:50 -07:00
Chris French 97aca93ae8 added response classes 2018-08-28 23:58:21 -07:00
Christopher French 492af192ad bug with LocaitonRecog 2018-08-28 17:01:04 -07:00
Christopher French 605084fe94 fixed typo in AS Request file; Added init GetRequestUrl to LocationRecogRequest 2018-08-27 16:13:44 -07:00
Christopher French 08427ee1a4 misc fixes to Auto enums; Added LocationRecogRequest -- still need to implement GetRequestURI 2018-08-27 15:33:13 -07:00
Christopher French 04c3281eba added maxRes for autosuggest, misc typos, fixed Portable/Standard XML config 2018-08-27 13:50:51 -07:00
Christopher French 2f024b5992 added first steps for autosuggest API 2018-08-23 16:47:50 -07:00
wittxiao 5fc3c7b602 ItineraryItems could be null and then error out 2018-04-24 16:47:02 +08:00
Ricky Brundritt a1f11784c2 Update 1.1.4 2018-03-09 16:04:27 -08:00
Ricky Brundritt e38b0319d6 Release 1.1.3 2018-02-21 10:49:53 -08:00
Ricky Brundritt 6d7be68fa1 Update 1.1.2 2018-02-20 15:55:47 -08:00
Ricky Brundritt 3e96312653 Fix .NET Standard assembly 2018-02-01 22:02:39 -08:00
Ricky Brundritt 8b1068b667 Update 1.1.0 2018-01-23 17:15:14 -08:00
Ricky Brundritt 4e1937ed36 Release 1.0.9 2017-12-14 12:23:08 -08:00
Ricky Brundritt 338ad0c42e Version 1.0.8 2017-10-23 11:54:51 -07:00
Ricky Brundritt cee79bc2c6 Update 1.0.7 2017-10-19 15:10:03 -07:00
Ricky Brundritt 94e1812ba7 version 1.0.6 release
Add distance matrix and custom map style support.
2017-10-02 11:40:50 -07:00
Ricky Brundritt f09d1ec67e add custom map styles, clean up response classes.
Add support for custom map styles.

Break response classes up into individual files.
2017-08-29 15:35:48 -07:00
Ricky Brundritt 8d428e1a9b Revert "update sample"
This reverts commit 90bc52fad9.
2017-08-11 09:16:19 -07:00
Ricky Brundritt 90bc52fad9 update sample 2017-08-11 09:16:00 -07:00
Ricky Brundritt cd4e96c9cf added new map styles 2017-05-05 11:46:58 -07:00
Ricky Brundritt 149fda8b51 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
2017-03-22 18:06:59 -07:00
Ricky Brundritt 65d037d372 Bug fixes and new features
Added Geospatial Endpoint service support.
Fixed distance unit bug in RouteMajorRoadsRequest.
2017-03-22 18:00:13 -07:00
Ricky Brundritt a89cac2bf8 Bug fix for catching network related issues. 2017-02-16 15:52:25 -08:00
Ricky Brundritt b86d3cdc63 Added Globalization support for coordinates 2017-02-15 09:57:28 -08:00
Ricky Brundritt 3cdfa9452b Updated nuget spec and assembly info due to release 2017-02-08 12:29:46 -08:00
Ricky Brundritt 22e7fc25ef Removed an extra address class 2017-02-07 10:40:36 -08:00
Adrien VEYRIER a5c64d77fd Set Address as the base type of DetailedAddress 2017-02-07 00:45:16 -08:00
Ricky Brundritt 43545bf235 Removed un-used property. 2017-02-02 16:41:44 -08:00
Ricky Brundritt 42b7e925b5 Added support for Imagery Providers 2017-01-30 10:00:38 -08:00
Ricky Brundritt 35731552fb Minor edits to comments 2016-12-13 16:01:42 +00:00
Ricky Brundritt 31ea86abca Initial check in of project 2016-12-12 15:04:43 +00:00