Class WebsiteAddress

java.lang.Object
com.here.sdk.search.WebsiteAddress

public final class WebsiteAddress extends Object

Represents data related to specific website address

  • Field Details

    • address

      @NonNull public String address

      The website address.

    • categories

      @NonNull public List<PlaceCategory> categories

      Categories associated with website address. Note: In case categories are not empty, then address should be used according to given categories. Otherwise, address is meant for general use.

  • Constructor Details

    • WebsiteAddress

      public WebsiteAddress(@NonNull String address, @NonNull List<PlaceCategory> categories)

      Creates a new instance.

      Parameters:
      address -

      The website address.

      categories -

      Categories associated with website address. Note: In case categories are not empty, then address should be used according to given categories. Otherwise, address is meant for general use.

  • Method Details