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) |
Modifier and Type | Method and Description |
---|---|
GMarkerOptions |
clickable(boolean clickable) |
GMarkerOptions |
clone() |
GMarkerOptions |
draggable(boolean draggable) |
boolean |
equals(Object obj) |
GAnimation |
getAnimation() |
String |
getCursor() |
GMap |
getGmap() |
GIcon |
getIcon() |
String |
getJSconstructor() |
GLatLng |
getLatLng() |
String |
getTitle() |
int |
hashCode() |
boolean |
isClickable() |
boolean |
isDraggable() |
void |
setAnimation(GAnimation animation) |
void |
setLatLng(GLatLng latLng) |
public String getJSconstructor()
getJSconstructor
in interface GValue
GValue.getJSconstructor()
public String getTitle()
public boolean isDraggable()
public boolean isClickable()
public GIcon getIcon()
public GMarkerOptions clone()
clone
in class Object
Object.clone()
public GMarkerOptions clickable(boolean clickable)
public GMarkerOptions draggable(boolean draggable)
public String getCursor()
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 GAnimation getAnimation()
public void setAnimation(GAnimation animation)
Copyright © 2015. All rights reserved.