You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mapbox/libjava-services-rx/src/main/java/com/mapbox/services/api/rx/directions/v5/DirectionsServiceRx.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,10 @@ public interface DirectionsServiceRx {
32
32
* the angle of approach
33
33
* @param continueStraight Define whether the route should continue straight even if the route
34
34
* will be slower.
35
-
* @param annotations An annotations object that contains additional details about each line segment along the
35
+
* @param annotations An annotations object that contains additional details about each line segment along the
36
36
* route geometry. Each entry in an annotations field corresponds to a coordinate along the
37
37
* route geometry.
38
+
* @param language Language of returned turn-by-turn text instructions.
0 commit comments