File tree 2 files changed +5
-1
lines changed
src/main/java/com/route4me/sdk/services/routing
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >io.github.route4me</groupId >
6
6
<artifactId >route4me-java-sdk</artifactId >
7
- <version >1.13.0 </version >
7
+ <version >1.13.1 </version >
8
8
<packaging >jar</packaging >
9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 9
9
10
10
@ Data
11
11
public class Route extends DataObject {
12
+
12
13
@ SerializedName ("route_id" )
13
14
@ QueryParameter ("route_id" )
14
15
private String id ;
@@ -79,4 +80,7 @@ public class Route extends DataObject {
79
80
List <Note > notes ;
80
81
@ SerializedName ("path" )
81
82
private List <GeoCoordinates > path ;
83
+ @ SerializedName ("unique_destination_count" )
84
+ private Integer uniqueDestinationCount ;
85
+
82
86
}
You can’t perform that action at this time.
0 commit comments