Interface ReverseGeocodingConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReverseGeocodingConfig.Builder,ReverseGeocodingConfig>, SdkBuilder<ReverseGeocodingConfig.Builder,ReverseGeocodingConfig>, SdkPojo
Enclosing class:
ReverseGeocodingConfig

public static interface ReverseGeocodingConfig.Builder extends SdkPojo, CopyableBuilder<ReverseGeocodingConfig.Builder,ReverseGeocodingConfig>
  • 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.