public final class MarkerStyle extends SinglePointStyle<MarkerStyle>
The style of Marker.
Copyright (c) 2017 Nexusgeographics All rights reserved.
Styling,
FeatureStyle,
SinglePointStyleStyling.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, setTextgetInteractive, isInteractive, setInteractivegetBlend, getColor, getMapStyle, getOrder, getStyle, getStylePath, hasStylePath, isVisible, setBlend, setColor, setOrder, setStyle, setStylePath, setVisible, toJson, toMap, toStringpublic 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()