woosmap-sdk
Toggle table of contents
1.1.8
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
woosmap-sdk
woosmap-sdk
/
com.woosmap.sdk.api.transit
/
TransitAttribution
Transit
Attribution
data
class
TransitAttribution
(
val
id
:
String
,
val
href
:
String
,
val
text
:
String
,
val
type
:
String
)
Members
Constructors
Transit
Attribution
Link copied to clipboard
constructor
(
id
:
String
,
href
:
String
,
text
:
String
,
type
:
String
)
Properties
href
Link copied to clipboard
@
SerializedName
(
value
=
"href"
)
val
href
:
String
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
String
text
Link copied to clipboard
@
SerializedName
(
value
=
"text"
)
val
text
:
String
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String