open class Result : Serializable
Object that contains the result of the request of the POI Details service.
Result()
Object that contains the result of the request of the POI Details service. |
open fun getPhotos(): MutableList<Photo!>!
Returns the photo ids of the POI. |
|
open fun getPriceRange(): Optional<PriceRange!>!
Returns the object that contains price range information. |
|
open fun getRating(): Optional<Rating!>!
Returns the object that contains rating information. |
|
open fun getReviews(): MutableList<Review!>!
Returns the user reviews about the POI. |
|
open fun getSocialMedia(): MutableList<Media!>!
Returns the social media links of the POI. |
|
open fun toString(): String |