Skip to content

Commit 9df32b1

Browse files
committed
Fix Data Type in class RouteData
1 parent 7367731 commit 9df32b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.route4me</groupId>
66
<artifactId>route4me-java-sdk</artifactId>
7-
<version>1.10.0</version>
7+
<version>1.10.1</version>
88
<packaging>jar</packaging>
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/main/java/com/route4me/sdk/services/routing/search/RouteData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class RouteData {
8585
private String routeDuration;
8686
@QueryParameter("route_progress")
8787
@SerializedName("route_progress")
88-
private Integer routeProgress;
88+
private Double routeProgress;
8989
@QueryParameter("route_status")
9090
@SerializedName("route_status")
9191
private String routeStatus;

0 commit comments

Comments
 (0)