Interface IsolineThresholds.Builder

  • Method Details

    • distance

      List of travel distances in meters. For example, [1000, 2000, 5000] would calculate areas reachable within 1, 2, and 5 kilometers.

      Parameters:
      distance - List of travel distances in meters. For example, [1000, 2000, 5000] would calculate areas reachable within 1, 2, and 5 kilometers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • distance

      IsolineThresholds.Builder distance(Long... distance)

      List of travel distances in meters. For example, [1000, 2000, 5000] would calculate areas reachable within 1, 2, and 5 kilometers.

      Parameters:
      distance - List of travel distances in meters. For example, [1000, 2000, 5000] would calculate areas reachable within 1, 2, and 5 kilometers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • time

      List of travel times in seconds. For example, [300, 600, 900] would calculate areas reachable within 5, 10, and 15 minutes.

      Parameters:
      time - List of travel times in seconds. For example, [300, 600, 900] would calculate areas reachable within 5, 10, and 15 minutes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • time

      List of travel times in seconds. For example, [300, 600, 900] would calculate areas reachable within 5, 10, and 15 minutes.

      Parameters:
      time - List of travel times in seconds. For example, [300, 600, 900] would calculate areas reachable within 5, 10, and 15 minutes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.