Class HereProperties.Style

java.lang.Object
com.here.platform.location.io.javadsl.geojson.HereProperties.Style
Enclosing class:
HereProperties

public static class HereProperties.Style extends Object
  • Constructor Details

    • Style

      public Style()
  • Method Details

    • color

      public HereProperties.Style color(Color color)
      Can be applied to any geometry type
    • fill

      public HereProperties.Style fill(Color color)
      Can be applied to "Point/MultiPoint" with the "radius" property and "Polygon/MultiPolygon"
    • opacity

      public HereProperties.Style opacity(Double opacity)
      Can be applied to "Point/MultiPoint" with the "radius" property in meters, "LineString/MultiLineString" and "Polygon/MultiPolygon" (only the filled part is affected, not the outline)
    • hoverColor

      public HereProperties.Style hoverColor(Color color)
      The color of the feature on mouse hover; can be applied to any feature
    • hoverOpacity

      public HereProperties.Style hoverOpacity(Double opacity)
      the opacity of the feature on mouse hover; can be applied to any feature except for markers and "Point/MultiPoint" with the "radius" property in pixels
    • asScala

      public com.here.platform.location.io.scaladsl.geojson.HereProperties.Style asScala()