public class GMarkerClusterStyle extends Object implements GValue
Constructor and Description |
---|
GMarkerClusterStyle() |
Modifier and Type | Method and Description |
---|---|
Integer[] |
getAnchor() |
String |
getBackgroundPosition() |
Integer |
getHeight() |
String |
getJSconstructor() |
String |
getTextColor() |
Integer |
getTextSize() |
String |
getUrl() |
Integer |
getWidth() |
GMarkerClusterStyle |
setAnchor(Integer[] anchor) |
GMarkerClusterStyle |
setBackgroundPosition(String backgroundPosition) |
GMarkerClusterStyle |
setHeight(Integer height) |
GMarkerClusterStyle |
setTextColor(String textColor) |
GMarkerClusterStyle |
setTextSize(Integer textSize) |
GMarkerClusterStyle |
setUrl(String url) |
GMarkerClusterStyle |
setWidth(Integer width) |
public String getJSconstructor()
getJSconstructor
in interface GValue
public String getUrl()
public GMarkerClusterStyle setUrl(String url)
public Integer getHeight()
public GMarkerClusterStyle setHeight(Integer height)
public Integer getWidth()
public GMarkerClusterStyle setWidth(Integer width)
public Integer[] getAnchor()
public GMarkerClusterStyle setAnchor(Integer[] anchor)
public String getTextColor()
public GMarkerClusterStyle setTextColor(String textColor)
public Integer getTextSize()
public GMarkerClusterStyle setTextSize(Integer textSize)
public String getBackgroundPosition()
public GMarkerClusterStyle setBackgroundPosition(String backgroundPosition)
Copyright © 2015. All rights reserved.