org.chenillekit.tapestry.core.components.google
Class GMarker

java.lang.Object
  extended by org.chenillekit.tapestry.core.components.google.GMarker
All Implemented Interfaces:
ClientElement

public class GMarker
extends Object
implements ClientElement

A GMarker marks a position on a (GPlotter) map. A marker object has a latitude (lat) and a longitude (lng), which is the geographical position where the marker is anchored on the map. The default icon G_DEFAULT_ICON is used to display the GMarker. @todo: implement GIcon


Constructor Summary
GMarker()
           
 
Method Summary
 String getClientId()
          Returns a unique id for the element.
 Boolean getDraggable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMarker

public GMarker()
Method Detail

getClientId

public String getClientId()
Returns a unique id for the element. This value will be unique for any given rendering of a page. This value is intended for use as the id attribute of the client-side element, and will be used with any DHTML/Ajax related JavaScript.

Specified by:
getClientId in interface ClientElement

getDraggable

public Boolean getDraggable()


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.