Class CustomControl

java.lang.Object
com.flowingcode.vaadin.addons.googlemaps.CustomControl
All Implemented Interfaces:
Serializable

public class CustomControl extends Object implements Serializable
Represents a custom control that can be added to the map. A button to represent the custom control and the position where the button should be displayed within the map should be specified.
See Also:
  • Constructor Details

  • Method Details

    • getControlButton

      public Button getControlButton()
    • setControlButton

      public void setControlButton(Button controlButton)
    • getControlPosition

      public ControlPosition getControlPosition()
    • setControlPosition

      public void setControlPosition(ControlPosition controlPosition)
    • getJson

      protected elemental.json.JsonObject getJson(int id)