Package com.here.sdk.venue.style
Class VenueGeometryStyle
java.lang.Object
com.here.NativeBase
com.here.sdk.venue.style.VenueGeometryStyle
Represents a style of the VenueGeometry.
-
Constructor Summary
ConstructorsConstructorDescriptionVenueGeometryStyle(Color mainColor, Color outlineColor, float outlineWidth) Creates a custom style with specific parameters. -
Method Summary
Modifier and TypeMethodDescriptionGets the label style name.Gets the main color for this style.Gets an outline color for this style.floatGets an outline width for this style.
-
Constructor Details
-
Method Details
-
getMainColor
Gets the main color for this style.
- Returns:
The main color.
-
getOutlineColor
Gets an outline color for this style.
- Returns:
The outline color.
-
getOutlineWidth
public float getOutlineWidth()Gets an outline width for this style.
- Returns:
The outline width.
-
getLabelStyleName
Gets the label style name.
Defaults to`null, if a label style name has not been set for this style.
- Returns:
The label style name.
-