Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
RingerJK committed Nov 11, 2021
1 parent 795174e commit 10763ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public List<Bearing> bearingsList() {
* since these modes are used for reference requests, not for real-time routing.
*
* @return a radius around a starting point where router's provider tries to avoid any
* significant maneuvers.
* significant maneuvers. Possible range is [0, 1000].
*/
@SerializedName("avoid_maneuver_radius")
@Nullable
Expand Down Expand Up @@ -1199,7 +1199,7 @@ public Builder bearingsList(@Nullable List<Bearing> bearings) {
*/
@NonNull
public abstract Builder avoidManeuverRadius(
@Nullable @IntRange(from = 0, to = 1000) Integer avoidManeuverRadius
@Nullable Integer avoidManeuverRadius
);

/**
Expand Down

0 comments on commit 10763ff

Please sign in to comment.