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

Media

open class Media : Serializable

Represents social media links of the POI.

Constructors

<init>

Media()

Represents social media links of the POI.

Functions

getName

open fun getName(): Optional<String!>!

Returns the name of the social media.

getUrl

open fun getUrl(): Optional<String!>!

Returns the link to the social media.

toString

open fun toString(): String