public class MarkerOptions extends Object implements Value
Constructor and Description |
---|
MarkerOptions() |
Modifier and Type | Method and Description |
---|---|
Icon |
getIcon() |
String |
getJSconstructor() |
String |
getTitle() |
boolean |
isAutoPan() |
boolean |
isBouncy() |
boolean |
isClickable() |
boolean |
isDraggable() |
void |
setAutoPan(boolean autoPan) |
void |
setBouncy(boolean bouncy) |
void |
setClickable(boolean clickable) |
void |
setDraggable(boolean draggable) |
void |
setIcon(Icon icon) |
void |
setTitle(String title) |
public String getJSconstructor()
getJSconstructor
in interface Value
public String getTitle()
public void setTitle(String title)
public boolean isDraggable()
public void setDraggable(boolean draggable)
public boolean isClickable()
public void setClickable(boolean clickable)
public boolean isBouncy()
public void setBouncy(boolean bouncy)
public boolean isAutoPan()
public void setAutoPan(boolean autoPan)
public void setIcon(Icon icon)
public Icon getIcon()
Copyright © 2015. All rights reserved.