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
/
TransitTransport
Transit
Transport
data
class
TransitTransport
(
val
name
:
String
?
,
val
mode
:
String
,
val
category
:
String
?
,
val
headsign
:
String
?
,
val
shortName
:
String
?
,
val
longName
:
String
?
,
val
color
:
String
?
,
val
textColor
:
String
?
,
val
attributions
:
List
<
TransitAttribution
>
?
)
Members
Constructors
Transit
Transport
Link copied to clipboard
constructor
(
name
:
String
?
,
mode
:
String
,
category
:
String
?
,
headsign
:
String
?
,
shortName
:
String
?
,
longName
:
String
?
,
color
:
String
?
,
textColor
:
String
?
,
attributions
:
List
<
TransitAttribution
>
?
)
Properties
attributions
Link copied to clipboard
@
SerializedName
(
value
=
"attributions"
)
val
attributions
:
List
<
TransitAttribution
>
?
category
Link copied to clipboard
@
SerializedName
(
value
=
"category"
)
val
category
:
String
?
color
Link copied to clipboard
@
SerializedName
(
value
=
"color"
)
val
color
:
String
?
headsign
Link copied to clipboard
@
SerializedName
(
value
=
"headsign"
)
val
headsign
:
String
?
long
Name
Link copied to clipboard
@
SerializedName
(
value
=
"long_name"
)
val
longName
:
String
?
mode
Link copied to clipboard
@
SerializedName
(
value
=
"mode"
)
val
mode
:
String
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String
?
short
Name
Link copied to clipboard
@
SerializedName
(
value
=
"short_name"
)
val
shortName
:
String
?
text
Color
Link copied to clipboard
@
SerializedName
(
value
=
"text_color"
)
val
textColor
:
String
?