com.mapitz.gwt.googleMaps.client
Class GMarkerOptions
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.mapitz.gwt.googleMaps.client.GMarkerOptions
public class GMarkerOptions
- extends com.google.gwt.core.client.JavaScriptObject
Additional options for the GMarker
- Author:
- aglaforge
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
create
public static GMarkerOptions create()
getIcon
public GIcon getIcon()
setIcon
public void setIcon(GIcon icon)
getClickable
public boolean getClickable()
setClickable
public void setClickable(boolean clickable)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String val)