Interface RouteMatrixAutoCircle.Builder

  • Method Details

    • margin

      The minimal distance, in meters, between any waypoint and the perimeter of the circle auto-defined for the boundary. Some margin is usually recommended so that the routing has enough leeway to travel from one waypoint to another optimally without conflicting with the routing boundary.

      The total of MaxRadius and Margin must be less than or equal to 200,000 meters.

      Parameters:
      margin - The minimal distance, in meters, between any waypoint and the perimeter of the circle auto-defined for the boundary. Some margin is usually recommended so that the routing has enough leeway to travel from one waypoint to another optimally without conflicting with the routing boundary.

      The total of MaxRadius and Margin must be less than or equal to 200,000 meters.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxRadius

      RouteMatrixAutoCircle.Builder maxRadius(Long maxRadius)

      The maximum radius, in meters, that the auto-defined Circle boundary should have, before the Margin distance is added to the circle.

      The total of MaxRadius and Margin must be less than or equal to 200,000 meters.

      Parameters:
      maxRadius - The maximum radius, in meters, that the auto-defined Circle boundary should have, before the Margin distance is added to the circle.

      The total of MaxRadius and Margin must be less than or equal to 200,000 meters.

      Returns:
      Returns a reference to this object so that method calls can be chained together.