@PublicPreview("2021.06") data class SocialMedia : Serializable
Social media links of the POI.
name
- Name of the social media.
url
- Link to the social media.
SocialMedia(name: String?, url: String?)
Social media links of the POI. |
val name: String?
Name of the social media. |
|
val url: String?
Link to the social media. |