mapbox-maps-android
/
com.mapbox.maps.extension.style.layers.properties.generated
/
IconTextFit
Icon
Text
Fit
enum
IconTextFit
:
Enum
<
IconTextFit
> ,
LayerProperty
Content copied to clipboard
Scales the icon to fit around the associated text.
Entries
Properties
Parameters
Parameters
value
String value of this property
Entries
BOTH
Link copied to clipboard
BOTH
("both")
Content copied to clipboard
The icon is scaled in both x- and y-dimensions.
HEIGHT
Link copied to clipboard
HEIGHT
("height")
Content copied to clipboard
The icon is scaled in the y-dimension to fit the height of the text.
WIDTH
Link copied to clipboard
WIDTH
("width")
Content copied to clipboard
The icon is scaled in the x-dimension to fit the width of the text.
NONE
Link copied to clipboard
NONE
("none")
Content copied to clipboard
The icon is displayed at its intrinsic aspect ratio.
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
open override val
value
:
String
Content copied to clipboard
String value of this property