com.mapitz.gwt.googleMaps.client
Class GMarkerOptions

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.mapitz.gwt.googleMaps.client.GMarkerOptions

public class GMarkerOptions
extends com.google.gwt.core.client.JavaScriptObject

Additional options for the GMarker

Author:
aglaforge

Method Summary
static GMarkerOptions create()
           
 boolean getClickable()
           
 GIcon getIcon()
           
 java.lang.String getTitle()
           
 void setClickable(boolean clickable)
           
 void setIcon(GIcon icon)
           
 void setTitle(java.lang.String val)
           
 
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
 

Method Detail

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)