Dynamic Label Style
data class DynamicLabelStyle(textStyle: StyledText.MapTextStyle, minFontSize: Int, maxFontSize: Int, labelExtent: PointF) : Parcelable
Content copied to clipboard
Constructors
DynamicLabelStyle
Link copied to clipboard
fun DynamicLabelStyle(textStyle: StyledText.MapTextStyle = StyledText.MapTextStyle(), minFontSize: Int = 0, maxFontSize: Int = 0, labelExtent: PointF = PointF(0.0f, 0.0f))
Content copied to clipboard
Functions
Properties
labelExtent
Link copied to clipboard
maxFontSize
Link copied to clipboard
minFontSize
Link copied to clipboard
textStyle
Link copied to clipboard