Class GCircle

java.lang.Object
org.wicketstuff.gmap.api.GOverlay
org.wicketstuff.gmap.api.GCircle
All Implemented Interfaces:
Serializable

public class GCircle extends GOverlay
Represents an Google Maps API's Circle.
Following events can be attached to this overlay:
  • center_changed
  • click
  • dblckick
  • dragend
  • dragstart
  • mousedown
  • mousemove
  • mouseout
  • mouseover
  • mouseup
  • radius_changed
  • rightclick
  • See Also:
    • Constructor Details

      • GCircle

        public GCircle(GLatLng center, double radius, String strokeColor, int strokeWeight, float strokeOpacity, String fillColor, float fillOpacity)
    • Method Details

      • getJSconstructor

        public String getJSconstructor()
        Description copied from class: GOverlay
        Implement the needed JavaScript constructor for the corresponding JavaScript object.
        Specified by:
        getJSconstructor in class GOverlay
        Returns:
        String representing the JavaScript constructor.
      • updateOnAjaxCall

        protected void updateOnAjaxCall(AjaxRequestTarget target, GEvent overlayEvent)
        Description copied from class: GOverlay
        Implement to handle Ajax calls to your needs.
        Specified by:
        updateOnAjaxCall in class GOverlay
      • setClickable

        public GCircle setClickable(boolean clickable)
      • setDraggable

        public GCircle setDraggable(boolean draggable)
      • setEditable

        public GCircle setEditable(boolean editable)
      • setVisible

        public GCircle setVisible(boolean visible)
      • setZIndex

        public GCircle setZIndex(Integer zIndex)