java.lang.Object
com.flowingcode.vaadin.addons.googlemaps.Symbol
com.flowingcode.vaadin.addons.googlemaps.Icon
All Implemented Interfaces:
GoogleMapIcon

@Deprecated public class Icon extends Symbol
Deprecated.
Use IconSequence instead.
  • Constructor Details

    • Icon

      public Icon(String path, String strokeColor, String fillColor, int fillOpacity, int repeat)
      Deprecated.
  • Method Details

    • getRepeat

      public int getRepeat()
      Deprecated.
    • setRepeat

      public void setRepeat(int repeat)
      Deprecated.
    • getJson

      public elemental.json.JsonObject getJson()
      Deprecated.
      Specified by:
      getJson in interface GoogleMapIcon
      Overrides:
      getJson in class Symbol