public class GMarkerOptions extends Object implements GValue, Cloneable
Constructor and Description |
---|
GMarkerOptions(GMap gmap,
GLatLng latLng) |
GMarkerOptions(GMap gmap,
GLatLng latLng,
String title) |
GMarkerOptions(GMap gmap,
GLatLng latLng,
String title,
GIcon icon,
GIcon shadow) |
Modifier and Type | Method and Description |
---|---|
GMarkerOptions |
autoPan(boolean autoPan) |
GMarkerOptions |
bouncy(boolean bouncy) |
GMarkerOptions |
clickable(boolean clickable) |
GMarkerOptions |
clone() |
GMarkerOptions |
draggable(boolean draggable) |
boolean |
equals(Object obj) |
String |
getCursor() |
GMap |
getGmap() |
GIcon |
getIcon() |
String |
getJSconstructor() |
GLatLng |
getLatLng() |
GIcon |
getShadow() |
String |
getTitle() |
int |
hashCode() |
boolean |
isAutoPan() |
boolean |
isBouncy() |
boolean |
isClickable() |
boolean |
isDraggable() |
boolean |
isFlat() |
void |
setLatLng(GLatLng latLng) |
void |
setShadow(GIcon shadow) |
public String getJSconstructor()
getJSconstructor
in interface GValue
GValue.getJSconstructor()
public String getTitle()
public boolean isDraggable()
public boolean isClickable()
public boolean isBouncy()
public boolean isAutoPan()
public GIcon getIcon()
public GMarkerOptions clone()
clone
in class Object
Object.clone()
public GMarkerOptions clickable(boolean clickable)
public GMarkerOptions draggable(boolean draggable)
public GMarkerOptions autoPan(boolean autoPan)
public GMarkerOptions bouncy(boolean bouncy)
public String getCursor()
public boolean isFlat()
public void setLatLng(GLatLng latLng)
public GLatLng getLatLng()
public GMap getGmap()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public void setShadow(GIcon shadow)
public GIcon getShadow()
Copyright © 2015. All rights reserved.