Class VenueStyle

java.lang.Object
com.here.NativeBase
com.here.sdk.venue.style.VenueStyle

public final class VenueStyle extends NativeBase

Represents a style of the venue. Contains the information about the geometry and label styles available for the venue.

  • Method Details

    • getStyle

      @NonNull public VenueGeometryStyle getStyle(@NonNull String name)

      Gets a geometry style.

      Parameters:
      name -

      The name of the geometry style to get.

      Returns:

      The geometry style.

    • getLabelStyle

      @NonNull public VenueLabelStyle getLabelStyle(@NonNull String name)

      Gets a label style.

      Parameters:
      name -

      The name of the label style to get.

      Returns:

      The label style.