We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7367731 commit 9df32b1Copy full SHA for 9df32b1
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>io.github.route4me</groupId>
6
<artifactId>route4me-java-sdk</artifactId>
7
- <version>1.10.0</version>
+ <version>1.10.1</version>
8
<packaging>jar</packaging>
9
<properties>
10
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
src/main/java/com/route4me/sdk/services/routing/search/RouteData.java
@@ -85,7 +85,7 @@ public class RouteData {
85
private String routeDuration;
86
@QueryParameter("route_progress")
87
@SerializedName("route_progress")
88
- private Integer routeProgress;
+ private Double routeProgress;
89
@QueryParameter("route_status")
90
@SerializedName("route_status")
91
private String routeStatus;
0 commit comments