VenueGeometry.InternalAddress (API Reference)
Package com.here.sdk.venue.data
Class VenueGeometry.InternalAddress
java.lang.Object
com.here.NativeBase
com.here.sdk.venue.data.VenueGeometry.InternalAddress
- Enclosing class:
- VenueGeometry
Represents an internal addresses of the geometry inside the venue. The internal address can be a number of a seat in a stadium, or a name of a classroom in a university. One internal address can be shared between few geometries. For example, if a store in a shopping mall is located on few floors, few different geometries will represent it. But each of them will have the same internal address.
-
Method Summary
Modifier and TypeMethodDescriptionGets a value of the address.getKey()Gets a key of the address.
-
Method Details
-
getKey
Gets a key of the address.
- Returns:
The string with the key of the address.
-
getAddress
Gets a value of the address.
- Returns:
The string with the address.
-