Class HereProperties.Style
java.lang.Object
com.here.platform.location.io.javadsl.geojson.HereProperties.Style
- Enclosing class:
- HereProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.here.platform.location.io.scaladsl.geojson.HereProperties.Style
asScala()
Can be applied to any geometry typeCan be applied to "Point/MultiPoint" with the "radius" property and "Polygon/MultiPolygon"hoverColor
(Color color) The color of the feature on mouse hover; can be applied to any featurehoverOpacity
(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 pixelsCan 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)
-
Constructor Details
-
Style
public Style()
-
-
Method Details
-
color
Can be applied to any geometry type -
fill
Can be applied to "Point/MultiPoint" with the "radius" property and "Polygon/MultiPolygon" -
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
The color of the feature on mouse hover; can be applied to any feature -
hoverOpacity
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()
-