Interface IsolineGranularityOptions.Builder

  • Method Details

    • maxPoints

      The maximum number of points used to define each isoline. Higher values create smoother, more detailed shapes.

      Parameters:
      maxPoints - The maximum number of points used to define each isoline. Higher values create smoother, more detailed shapes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResolution

      IsolineGranularityOptions.Builder maxResolution(Long maxResolution)

      The maximum distance in meters between points along the isoline. Smaller values create more detailed shapes.

      Unit: meters

      Parameters:
      maxResolution - The maximum distance in meters between points along the isoline. Smaller values create more detailed shapes.

      Unit: meters

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