Package com.kakao.vectormap.internal
Class ILabelStyle
- java.lang.Object
-
- com.kakao.vectormap.internal.ILabelStyle
-
- Direct Known Subclasses:
LabelStyle
,PolylineLabelStyle
public abstract class ILabelStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
applyDpScale
dpScale 적용 여부.java.lang.String
assetId
AssetIdLabelTextStyle[]
textStyles
LabelTextStyleint
zoomLevel
zoomLevel
-
Constructor Summary
Constructors Constructor Description ILabelStyle()
-
-
-
Field Detail
-
assetId
public java.lang.String assetId
AssetId
-
applyDpScale
public boolean applyDpScale
dpScale 적용 여부.
-
zoomLevel
public int zoomLevel
zoomLevel
-
textStyles
public LabelTextStyle[] textStyles
LabelTextStyle
-
-