WebDetails (API Reference)
Class WebDetails
Contains information about images, editorials, rating and a urls to them.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of editorials associated with the place.The list of images associated with the place.The list of ratings associated with the place. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
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
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