Interface ReverseGeocodingConfig.Builder

  • Method Details

    • xAttributeName

      ReverseGeocodingConfig.Builder xAttributeName(String xAttributeName)

      The field name for the data that describes x-axis coordinate, eg. longitude of a point.

      Parameters:
      xAttributeName - The field name for the data that describes x-axis coordinate, eg. longitude of a point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • yAttributeName

      ReverseGeocodingConfig.Builder yAttributeName(String yAttributeName)

      The field name for the data that describes y-axis coordinate, eg. latitude of a point.

      Parameters:
      yAttributeName - The field name for the data that describes y-axis coordinate, eg. latitude of a point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.