Interface GeocoderHierarchy.Builder

  • Method Details

    • country

      The country value for the preference hierarchy.

      Parameters:
      country - The country value for the preference hierarchy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The state/region value for the preference hierarchy.

      Parameters:
      state - The state/region value for the preference hierarchy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • county

      The county/district value for the preference hierarchy.

      Parameters:
      county - The county/district value for the preference hierarchy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • city

      The city value for the preference hierarchy.

      Parameters:
      city - The city value for the preference hierarchy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • postCode

      GeocoderHierarchy.Builder postCode(String postCode)

      The postcode value for the preference hierarchy.

      Parameters:
      postCode - The postcode value for the preference hierarchy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.