-
- All Implemented Interfaces:
-
com.google.maps.android.data.parser.kml.KmlFeature
@Serializable() public final class Style implements KmlFeature
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final IconStyleiconStyleprivate final LabelStylelabelStyleprivate final LineStylelineStyleprivate final PolyStylepolyStyle
-
Method Summary
Modifier and Type Method Description final StringgetId()final IconStylegetIconStyle()final LabelStylegetLabelStyle()final LineStylegetLineStyle()final PolyStylegetPolyStyle()-
-
Constructor Detail
-
Style
Style(String id, IconStyle iconStyle, LabelStyle labelStyle, LineStyle lineStyle, PolyStyle polyStyle)
-
-
Method Detail
-
getIconStyle
final IconStyle getIconStyle()
-
getLabelStyle
final LabelStyle getLabelStyle()
-
getLineStyle
final LineStyle getLineStyle()
-
getPolyStyle
final PolyStyle getPolyStyle()
-
-
-
-