diff --git a/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.dll b/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.dll index de3a8f9..34a5db1 100644 Binary files a/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.dll and b/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.dll differ diff --git a/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.pdb b/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.pdb index 8f6bec2..fdf91c3 100644 Binary files a/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.pdb and b/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.pdb differ diff --git a/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.xml b/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.xml index 82107ba..778382b 100644 --- a/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.xml +++ b/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.xml @@ -577,7 +577,7 @@ Route4MeSDKLibrary Address book contact class. - See the JSON schema at link + See the JSON schema at "https://github.com/route4me/route4me-json-schemas/blob/master/Addressbook_v4.dtd" Note: 'contact' means 'address book contact' and 'address' means 'geographic address of the contact'. @@ -982,7 +982,7 @@ Route4MeSDKLibrary The activity type - See available activity types here: + See available activity types here: "https://github.com/route4me/route4me-json-schemas/blob/master/Activity.dtd#L23"/> @@ -2353,6 +2353,12 @@ Route4MeSDKLibrary Getter of the dynamic properties + + + Tries to set member + + Multiline property name and value pairs + Copy a specified list of the properties of the Route4Me object to the dynamic class. @@ -2404,9 +2410,9 @@ Route4MeSDKLibrary Gets or sets the optimize parameter. Availabale values: - Distance, - Time, - timeWithTraffic + - Distance, + - Time, + - timeWithTraffic @@ -2531,11 +2537,11 @@ Route4MeSDKLibrary Metric system. Available values: - 1 = ROUTE4ME_METRIC_EUCLIDEAN (use euclidean distance when computing point to point distance) - 2 = ROUTE4ME_METRIC_MANHATTAN (use manhattan distance (taxicab geometry) when computing point to point distance) - 3 = ROUTE4ME_METRIC_GEODESIC (use geodesic distance when computing point to point distance) - 4 = ROUTE4ME_METRIC_MATRIX (default) (use road network driving distance when computing point to point distance) - 5 = ROUTE4ME_METRIC_EXACT_2D (use exact rectilinear distance) + 1 = ROUTE4ME_METRIC_EUCLIDEAN (use euclidean distance when computing point to point distance) + 2 = ROUTE4ME_METRIC_MANHATTAN (use manhattan distance (taxicab geometry) when computing point to point distance) + 3 = ROUTE4ME_METRIC_GEODESIC (use geodesic distance when computing point to point distance) + 4 = ROUTE4ME_METRIC_MATRIX (default) (use road network driving distance when computing point to point distance) + 5 = ROUTE4ME_METRIC_EXACT_2D (use exact rectilinear distance) @@ -2562,22 +2568,22 @@ Route4MeSDKLibrary The method to use when compute the distance between the points in a route. Available values: - 1 = DEFAULT (R4M PROPRIETARY ROUTING) - 2 = DEPRECRATED - 3 = R4M TRAFFIC ENGINE - 4 = DEPRECATED - 5 = DEPRECATED - 6 = TRUCKING + 1 = DEFAULT (R4M PROPRIETARY ROUTING) + 2 = DEPRECRATED + 3 = R4M TRAFFIC ENGINE + 4 = DEPRECATED + 5 = DEPRECATED + 6 = TRUCKING Directions method. Available values: - 1 = DEFAULT (R4M PROPRIETARY INTERNAL NAVIGATION SYSTEM) - 2 = DEPRECATED - 3 = TRUCKING - 4 = DEPRECATED + 1 = DEFAULT (R4M PROPRIETARY INTERNAL NAVIGATION SYSTEM) + 2 = DEPRECATED + 3 = TRUCKING + 4 = DEPRECATED @@ -2594,11 +2600,11 @@ Route4MeSDKLibrary The type of device making this request. Available values: - web, - iphone, - ipad, - android_phone, - android_tablet + - web, + - iphone, + - ipad, + - android_phone, + - android_tablet @@ -2751,9 +2757,9 @@ Route4MeSDKLibrary The optimization quality. Available values: - 1 - Generate Optimized Routes As Quickly as Possible; - 2 - Generate Routes That Look Better On A Map; - 3 - Generate The Shortest And Quickest Possible Routes. + 1 - Generate Optimized Routes As Quickly as Possible; + 2 - Generate Routes That Look Better On A Map; + 3 - Generate The Shortest And Quickest Possible Routes. @@ -3053,7 +3059,7 @@ Route4MeSDKLibrary - Telemetics connection vendor + Telemetics connection vendor. See "Enum.TelematicsVendorType" /> @@ -3482,7 +3488,7 @@ User email. Route destination class. - See the JSON schema at + See the JSON schema at. See "https://github.com/route4me/route4me-json-schemas/blob/master/Address.dtd" @@ -3935,7 +3941,7 @@ User email. Main data object data-structure - See + See "Optimization_Problem_V4". @@ -4573,12 +4579,12 @@ User email. - Edge by edge turn-by-turn directions. See + Edge by edge turn-by-turn directions. See "Direction". - Edge-wise path to be drawn on the map See + Edge-wise path to be drawn on the map See "DirectionPathPoint". @@ -5161,7 +5167,7 @@ User email. - Subclass of the class RouteParameters. See + Subclass of the class RouteParameters. See "RouteParameters.overrideAddresses". @@ -5428,7 +5434,7 @@ User email. - Telemetics connection type + Telemetics connection type. See "Enum.TelematicsVendorType". @@ -6963,6 +6969,12 @@ User email. Increment the offset by the limit number to move to the next page. + + + Output addresses and directions in the original optimization request sequence. + This is to allow us to compare routes before after after optimization. + + Output route and stop-specific notes. The notes will have timestamps, @@ -7053,6 +7065,19 @@ User email. If true, the route will be unlinked from the master optimization. + + + Device type + Available Values: + iphone, ipad, android_phone, android_tablet + + + + + + If true, the route time is shifted by timezone. + + URL query parameters for retrieving the schedule calendar. @@ -7150,7 +7175,7 @@ User email. - Telemetics connection type + Telemetics connection type. See cref="Enum.TelematicsVendorType". @@ -7432,6 +7457,12 @@ User email. End date + + + Output addresses and directions in the original optimization request sequence. + This Is to allow us to compare routes before and after optimization. + + Output route and stop-specific notes. The notes will have timestamps, @@ -7713,7 +7744,7 @@ User email. - Telemetics connection type + Telemetics connection type. See "Enum.TelematicsVendorType". @@ -7942,6 +7973,25 @@ User email. Returned error string in case of the processs failing The updated address + + + Reoptimze a route + + Route query parameters containing parameters: + - ReOptimize = true, enables reoptimization of a route + - Remaining=0 - disables resequencing of the remaining stops. + - Remaining=1 - enables resequencing of the remaining stops. + + Error string + Reoptimized route + + + + Shift the route date and route time to make them as shown in the web app. + + Input route object + Modified route object + Get schedule calendar from the user's account. @@ -9000,6 +9050,12 @@ User email. Error string Seconds + + + Get local timezone in seconds. + + Timezone in seconds + Send a PATCH request to the specified Uri as an asynchronous operation. diff --git a/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSdkV5UnitTest.dll b/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSdkV5UnitTest.dll index 704e65e..f6ea886 100644 Binary files a/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSdkV5UnitTest.dll and b/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSdkV5UnitTest.dll differ diff --git a/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSdkV5UnitTest.dll.config b/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSdkV5UnitTest.dll.config index 231fe9f..d027142 100644 --- a/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSdkV5UnitTest.dll.config +++ b/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSdkV5UnitTest.dll.config @@ -21,7 +21,7 @@ - + diff --git a/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSdkV5UnitTest.pdb b/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSdkV5UnitTest.pdb index 6a40720..a71d15d 100644 Binary files a/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSdkV5UnitTest.pdb and b/Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSdkV5UnitTest.pdb differ diff --git a/Route4MeSdkV5UnitTest/bin/Debug/net48/app.config b/Route4MeSdkV5UnitTest/bin/Debug/net48/app.config new file mode 100644 index 0000000..02fbb8d --- /dev/null +++ b/Route4MeSdkV5UnitTest/bin/Debug/net48/app.config @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.abstractions.dll b/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.abstractions.dll index 4ad2b1a..2da267c 100644 Binary files a/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.abstractions.dll and b/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.abstractions.dll differ diff --git a/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.runner.reporters.net452.dll b/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.runner.reporters.net452.dll index f7ea5c6..194b8e2 100644 Binary files a/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.runner.reporters.net452.dll and b/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.runner.reporters.net452.dll differ diff --git a/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.runner.utility.net452.dll b/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.runner.utility.net452.dll index b4e704d..94c146f 100644 Binary files a/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.runner.utility.net452.dll and b/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.runner.utility.net452.dll differ diff --git a/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.runner.visualstudio.testadapter.dll b/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.runner.visualstudio.testadapter.dll index 1181bed..97ad169 100644 Binary files a/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.runner.visualstudio.testadapter.dll and b/Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.runner.visualstudio.testadapter.dll differ