Interface ReverseGeocodeFilter.Builder

    • Method Detail

      • includePlaceTypesWithStrings

        ReverseGeocodeFilter.Builder includePlaceTypesWithStrings​(Collection<String> includePlaceTypes)

        The included place types.

        Parameters:
        includePlaceTypes - The included place types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includePlaceTypesWithStrings

        ReverseGeocodeFilter.Builder includePlaceTypesWithStrings​(String... includePlaceTypes)

        The included place types.

        Parameters:
        includePlaceTypes - The included place types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includePlaceTypes

        ReverseGeocodeFilter.Builder includePlaceTypes​(ReverseGeocodeFilterPlaceType... includePlaceTypes)

        The included place types.

        Parameters:
        includePlaceTypes - The included place types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.