toggle menu
sdk
androidJvm
switch theme
search in API
sdk
/
com.sygic.sdk.map.object.data
/
MapPlaceCategory
/
TextStyle
Text
Style
data
class
TextStyle
(
val
textStyle
:
StyledText.MapTextStyle
,
val
placement
:
MapPlaceCategory.Placement
)
:
Parcelable
Members
Constructors
Text
Style
Link copied to clipboard
constructor
(
textStyle
:
StyledText.MapTextStyle
,
placement
:
MapPlaceCategory.Placement
)
Properties
placement
Link copied to clipboard
val
placement
:
MapPlaceCategory.Placement
text placement specification
text
Style
Link copied to clipboard
val
textStyle
:
StyledText.MapTextStyle
text style specification
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)