sdk-search / com.tomtom.online.sdk.search.data.poidetails / Result

Result

open class Result : Serializable

Object that contains the result of the request of the POI Details service.

Constructors

<init>

Result()

Object that contains the result of the request of the POI Details service.

Functions

getPhotos

open fun getPhotos(): MutableList<Photo!>!

Returns the photo ids of the POI.

getPriceRange

open fun getPriceRange(): Optional<PriceRange!>!

Returns the object that contains price range information.

getRating

open fun getRating(): Optional<Rating!>!

Returns the object that contains rating information.

getReviews

open fun getReviews(): MutableList<Review!>!

Returns the user reviews about the POI.

getSocialMedia

open fun getSocialMedia(): MutableList<Media!>!

Returns the social media links of the POI.

toString

open fun toString(): String