-
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public final class KmlStyle extends Style
Represents the defined styles in the KML document.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKmlStyle.Companion
-
Constructor Summary
Constructors Constructor Description KmlStyle()
-
Method Summary
-
Methods inherited from class com.google.maps.android.data.kml.KmlStyle
getRotation, setLineStringWidth, setMarkerHotSpot, setMarkerRotation, setPolygonFillColor, setPolygonStrokeWidth -
Methods inherited from class com.google.maps.android.data.Style
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setInfoWindowText
final Unit setInfoWindowText(String text)
-
getStyleId
final String getStyleId()
-
setStyleId
final Unit setStyleId(String styleId)
-
isStyleSet
final Boolean isStyleSet(String style)
-
getIconScale
final Double getIconScale()
-
setIconScale
final Unit setIconScale(Double scale)
-
hasOutline
final Boolean hasOutline()
-
hasBalloonStyle
final Boolean hasBalloonStyle()
-
setOutline
final Unit setOutline(Boolean outline)
-
getIconUrl
final String getIconUrl()
-
setIconUrl
final Unit setIconUrl(String iconUrl)
-
setFillColor
final Unit setFillColor(String color)
-
setMarkerColor
final Unit setMarkerColor(String color)
-
setHeading
final Unit setHeading(Float heading)
-
setIconColorMode
final Unit setIconColorMode(String colorMode)
-
isIconRandomColorMode
final Boolean isIconRandomColorMode()
-
setLineColorMode
final Unit setLineColorMode(String colorMode)
-
isLineRandomColorMode
final Boolean isLineRandomColorMode()
-
setPolyColorMode
final Unit setPolyColorMode(String colorMode)
-
isPolyRandomColorMode
final Boolean isPolyRandomColorMode()
-
setOutlineColor
final Unit setOutlineColor(String color)
-
getBalloonOptions
final <ERROR CLASS><String, String> getBalloonOptions()
-
getMarkerOptions
final MarkerOptions getMarkerOptions()
-
getPolylineOptions
final PolylineOptions getPolylineOptions()
-
getPolygonOptions
final PolygonOptions getPolygonOptions()
-
-
-
-