VenueStyle (API Reference)
Package com.here.sdk.venue.style
Class VenueStyle
java.lang.Object
com.here.NativeBase
com.here.sdk.venue.style.VenueStyle
Represents a style of the venue. Contains the information about the geometry and label styles available for the venue.
-
Method Summary
Modifier and TypeMethodDescriptiongetLabelStyle(String name) Gets a label style.Gets a geometry style.
-
Method Details
-
getStyle
Gets a geometry style.
- Parameters:
name-The name of the geometry style to get.
- Returns:
The geometry style.
-
getLabelStyle
Gets a label style.
- Parameters:
name-The name of the label style to get.
- Returns:
The label style.
-