WemapSDKs
Toggle table of contents
0.27.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
WemapSDKs
WemapCoreSDK
/
com.getwemap.sdk.core.model.entities
/
PointOfInterest
/
ExtraMedia
Extra
Media
@
Serializable
data
class
ExtraMedia
(
val
type
:
String
,
val
url
:
String
)
Members
Constructors
Extra
Media
Link copied to clipboard
constructor
(
type
:
String
,
url
:
String
)
Properties
type
Link copied to clipboard
@
SerialName
(
value
=
"media_type"
)
val
type
:
String
url
Link copied to clipboard
@
SerialName
(
value
=
"media_url"
)
val
url
:
String