public final class MarkerStyle extends SinglePointStyle<MarkerStyle>
The style of Marker.
Copyright (c) 2017 Nexusgeographics All rights reserved.
Styling
,
FeatureStyle
,
SinglePointStyle
Styling.Style
Constructor and Description |
---|
MarkerStyle()
Instantiates a new Marker style.
|
MarkerStyle(android.graphics.drawable.Drawable drawable)
Instantiates a new Marker style.
|
Modifier and Type | Method and Description |
---|---|
android.graphics.drawable.Drawable |
getDrawable()
Gets drawable.
|
boolean |
hasDrawable()
Has drawable boolean.
|
MarkerStyle |
setDrawable(android.graphics.drawable.Drawable drawable)
set drawable marker style.
|
getCollide, getOffset, getSize, getText, setCollide, setOffset, setOffset, setSize, setSize, setText, setText
getInteractive, isInteractive, setInteractive
getBlend, getColor, getMapStyle, getOrder, getStyle, getStylePath, hasStylePath, isVisible, setBlend, setColor, setOrder, setStyle, setStylePath, setVisible, toJson, toMap, toString
public MarkerStyle()
public MarkerStyle(android.graphics.drawable.Drawable drawable)
drawable
- the drawable iconpublic boolean hasDrawable()
public MarkerStyle setDrawable(@Nullable android.graphics.drawable.Drawable drawable)
drawable
- the drawable icon@Nullable public android.graphics.drawable.Drawable getDrawable()