Class AbstractPath

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
Direct Known Subclasses:
CircleMarker, EditableFeature, Marker, Polygon, Polyline

public class AbstractPath extends AbstractVector
  • Constructor Details

    • AbstractPath

      protected AbstractPath()
  • Method Details

    • redraw

      public final void redraw()
      Method to redraw path after for position change.
    • setStyle

      public final void setStyle(PathOptions newPathOptions)
    • getBounds

      public final LatLngBounds getBounds()
    • toGeoJSON

      public final com.google.gwt.core.client.JavaScriptObject toGeoJSON()
    • toGeoJSONString

      public final String toGeoJSONString()
    • bindTooltip

      public final void bindTooltip(String tooltip, TooltipOptions tooltipOptions)
    • bindTooltip

      public final void bindTooltip(String tooltip)
    • bindPopup

      public final void bindPopup(String popup, PopupOptions popupOptions)
    • bindPopup

      public final void bindPopup(String popup)