File tree Expand file tree Collapse file tree
services-directions-models/src/main/java/com/mapbox/api/directions/v5/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616public abstract class Closure extends DirectionsJsonObject {
1717
1818 /**
19- * Closure's geometry index start point.
19+ * Closure's leg-wise geometry index start point.
2020 */
2121 @ NonNull
2222 @ SerializedName ("geometry_index_start" )
2323 public abstract Integer geometryIndexStart ();
2424
2525 /**
26- * Closure's geometry index end point.
26+ * Closure's leg-wise geometry index end point.
2727 */
2828 @ NonNull
2929 @ SerializedName ("geometry_index_end" )
@@ -77,14 +77,14 @@ public static Closure fromJson(String json) {
7777 public abstract static class Builder extends DirectionsJsonObject .Builder <Builder > {
7878
7979 /**
80- * Closure's geometry index start point.
80+ * Closure's leg-wise geometry index start point.
8181 *
8282 * @param geometryIndexStart start index
8383 */
8484 public abstract Builder geometryIndexStart (@ NonNull Integer geometryIndexStart );
8585
8686 /**
87- * Closure's geometry index end point.
87+ * Closure's leg-wise geometry index end point.
8888 *
8989 * @param geometryIndexEnd end index
9090 */
Original file line number Diff line number Diff line change @@ -214,14 +214,14 @@ public abstract class Incident extends DirectionsJsonObject {
214214 public abstract List <Integer > alertcCodes ();
215215
216216 /**
217- * Incident's geometry index start point.
217+ * Incident's leg-wise geometry index start point.
218218 */
219219 @ Nullable
220220 @ SerializedName ("geometry_index_start" )
221221 public abstract Integer geometryIndexStart ();
222222
223223 /**
224- * Incident's geometry index end point.
224+ * Incident's leg-wise geometry index end point.
225225 */
226226 @ Nullable
227227 @ SerializedName ("geometry_index_end" )
@@ -419,15 +419,15 @@ public abstract static class Builder extends DirectionsJsonObject.Builder<Builde
419419 public abstract Builder alertcCodes (@ Nullable List <Integer > alertcCodes );
420420
421421 /**
422- * Incident's geometry index start point.
422+ * Incident's leg-wise geometry index start point.
423423 *
424424 * @param geometryIndexStart start index
425425 */
426426 @ NonNull
427427 public abstract Builder geometryIndexStart (@ Nullable Integer geometryIndexStart );
428428
429429 /**
430- * Incident's geometry index end point.
430+ * Incident's leg-wise geometry index end point.
431431 *
432432 * @param geometryIndexEnd end index
433433 */
You can’t perform that action at this time.
0 commit comments