MapTextStyle

Constructors

Link copied to clipboard
open fun MapTextStyle()

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Returns a color-int value from alpha, red, green, blue components for border
Link copied to clipboard
open fun getBorderSize(): Float
Returns border size in pixels
Link copied to clipboard
open fun getFontFamily(): String
Returns the font family.
Link copied to clipboard
Returns a color-int value from alpha, red, green, blue components for text
Link copied to clipboard
open fun getTextSize(): Float
Returns the default text size to the given value, interpreted as "scaled pixel" units.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun setBorderColor(@ColorInt borderColor: Int)
Sets a color-int value from alpha, red, green, blue components for border
Link copied to clipboard
open fun setBorderSize(borderSize: Float)
Sets border size in pixels
Link copied to clipboard
open fun setFontFamily(@NonNull fontFamily: String)
Sets the font family of displayed text.
Link copied to clipboard
open fun setTextColor(@ColorInt textColor: Int)
Sets a color-int value from alpha, red, green, blue components for text
Link copied to clipboard
open fun setTextSize(textSize: Float)
Set the default text size to the given value, interpreted as "scaled pixel" units.
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties