Class WebDetails

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

public final class WebDetails extends Object

Contains information about images, editorials, rating and a urls to them.

  • Field Details

    • images

      @NonNull public List<WebImage> images

      The list of images associated with the place. The images are provided by external suppliers and are only available to users with valid contracts with said suppliers. If the user has no such contracts, the list is empty.

    • editorials

      @NonNull public List<WebEditorial> editorials

      The list of editorials associated with the place. The editorials are provided by external suppliers and are only available to users with valid contracts with said suppliers. If the user has no such contracts, the list is empty.

    • ratings

      @NonNull public List<WebRating> ratings

      The list of ratings associated with the place. The ratings are provided by external suppliers and are only available to users with valid contracts with said suppliers. If the user has no such contracts, the list is empty.

  • Constructor Details

    • WebDetails

      public WebDetails()

      Creates a new instance.

  • Method Details