VenueInfo (API Reference)
Package com.here.sdk.venue.data
Class VenueInfo
java.lang.Object
com.here.NativeBase
com.here.sdk.venue.data.VenueInfo
Represents the venue info existing in a catalogs contains id and name.
-
Method Summary
Modifier and TypeMethodDescriptionintGets the venue info id as number.Gets the venue info id.Gets the venue info name.
-
Method Details
-
getVenueIdentifier
Gets the venue info id.
This can be used to get the identifer of type string in UUID format for Venue.
- Returns:
The
idof the venue info.
-
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
idof the venue info as number.
-