Class VenueInfo

java.lang.Object
com.here.NativeBase
com.here.sdk.venue.data.VenueInfo

public final class VenueInfo extends NativeBase

Represents the venue info existing in a catalogs contains id and name.

  • Method Details

    • getVenueIdentifier

      @NonNull public String getVenueIdentifier()

      Gets the venue info id.

      This can be used to get the identifer of type string in UUID format for Venue.

      Returns:

      The id of the venue info.

    • getVenueName

      @NonNull public String getVenueName()

      Gets the venue info name.

      This can be used to get the name for Venue.

      Returns:

      The name of the venue info.

    • getVenueId

      public int getVenueId()

      Gets the venue info id as number.

      This can be used to get the identifer of type Integer for Venue.

      Returns:

      The id of the venue info as number.