File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
services-matching/src/main/java/com/mapbox/api/matching/v5
services-matrix/src/main/java/com/mapbox/api/matrix/v1 Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,8 @@ public static Builder builder() {
280280
281281 /**
282282 * Builds your map matching query by adding parameters.
283+ * Create a fresh instance of the builder for new requests given the fact that
284+ * some methods like {@link #coordinates(List)} accumulate values.
283285 *
284286 * @since 2.0.0
285287 */
Original file line number Diff line number Diff line change @@ -123,7 +123,12 @@ public static Builder builder() {
123123 * <p>
124124 * By default, the directions profile is set to driving (without traffic) but can be changed to
125125 * reflect your users use-case.
126- * </p><p>
126+ * </p>
127+ * <p>
128+ * Create a fresh instance of the builder for new requests given the fact that
129+ * some methods like {@link #coordinates(List)} accumulate values.
130+ * </p>
131+ * <p>
127132 * Note to contributors: All optional booleans in this builder use the object {@code Boolean}
128133 * rather than the primitive to allow for unset (null) values.
129134 * </p>
You can’t perform that action at this time.
0 commit comments