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

177 Коммитов

Автор SHA1 Сообщение Дата
Clemens Schotte 498dead86f
Update README.md 2024-05-24 09:42:34 +02:00
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
Clemens Schotte 3a18ed3d5c update to .net framework 4.8 2022-08-03 11:54:11 +02:00
Clemens Schotte 7635e06d68 updated to .net framework 4.8 2022-08-02 15:46:24 +02:00
Ricky Brundritt ef116e9f49
Merge pull request #67 from microsoft/users/GitHubPolicyService/9c1ae01c-3bf0-47c6-91aa-797d0507bcff
Adding Microsoft SECURITY.MD
2022-07-27 17:33:00 -07:00
Ricky Brundritt 8b99ea1513
Merge pull request #65 from microsoft/dependabot/nuget/Source/Newtonsoft.Json-13.0.1
Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /Source
2022-07-27 17:32:33 -07:00
microsoft-github-policy-service[bot] 933c30492f
Microsoft mandatory file 2022-07-28 00:32:31 +00:00
Ricky Brundritt ebf5dfa824
Merge pull request #66 from microsoft/dependabot/nuget/Samples/Console/RESTToolkitTestConsoleApp/Newtonsoft.Json-13.0.1
Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /Samples/Console/RESTToolkitTestConsoleApp
2022-07-27 17:32:27 -07:00
dependabot[bot] 8174f6c79a
Bump Newtonsoft.Json in /Samples/Console/RESTToolkitTestConsoleApp
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:27:53 +00: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
Ricky Brundritt b20de9d11b
Merge pull request #58 from NerdArray/master
Added SearchResult response model.
2022-03-14 09:46:15 -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
Ricky Brundritt 5fa26cd8d9
Merge pull request #57 from topeju/master
Fix globalization issues in double handling
2021-10-28 08:23:14 -07:00
Tomi Junnila 2c89022ff5 Fix globalization issues in double handling 2021-03-20 11:45:38 +02:00
jiangmouren ec5047f34b
Merge pull request #48 from microsoft/FixingElevationRequest
Fixing elevation request
2020-06-25 17:48:20 -07:00
jiangmouren 28a90b2f60 fixing elevation request url formating 2020-06-25 15:49:04 -07:00
jiangmouren b387bc659e fixing sample app project reference 2020-06-25 15:48:26 -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 ee4ef88b37
Merge pull request #32 from kant/patch-1
Fix typo on string 45
2020-04-03 13:17:24 -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
Zhihong Zhang 43302135c4
Merge pull request #45 from tjbowl94/Add_Avoid_Types
Add missing avoid types for calculating routes
2020-04-03 13:01:28 -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
Darío Hereñú 5694d19889
Fix typo on string 45 2018-11-27 01:21:29 -03:00
Ricky Brundritt a5a8ea29e9
Merge pull request #30 from Zulu-Inuoe/master
Fix malformed request when requesting points on the ellipsoid
2018-11-26 20:03:31 -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
Ricky Brundritt 76c61d87aa
Merge pull request #28 from v-chrfr/master
Location Recognition and Time Zone API Update
2018-10-09 09:44:22 -07:00
Christopher French 343399378b ----> update *USE THIS ONE!* 2018-09-11 14:22:45 -07:00
Chris French b62ba4643a
Update RESTToolkitTestConsoleApp.csproj 2018-09-11 11:21:21 -07:00
Christopher French 56eb803762 misc formatting edits, updated new links and requests 2018-09-11 11:14:12 -07:00
Christopher French badf7bffde formatting fixes 2018-09-11 11:08:58 -07:00
Christopher French 8d2ec9121e typos 2018-09-11 10:57:09 -07:00
Christopher French 10effa0aba added rest of location recog/ formatting 2018-09-11 10:55:42 -07:00
Christopher French e23f3cae5b formatting, added loc recog 2018-09-11 10:42:31 -07:00
Christopher French b6703468ec formatting -- adding TZ docs 2018-09-11 10:12:17 -07:00
Christopher French 00dd91f244 formatting 2018-09-11 09:47:13 -07:00
Christopher French 9fcce39597 formatting test 2018-09-11 09:40:59 -07:00
Christopher French de64577fb1 typo: fixing table 2018-09-11 09:34:45 -07: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 36ba81b90b added response classes 2018-08-29 00:05:19 -07:00
Chris French 97aca93ae8 added response classes 2018-08-28 23:58:21 -07:00
Chris French 3845414ae0 Update App.config 2018-08-28 18:59:11 -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