Class VenueGeometry.InternalAddress

java.lang.Object
com.here.NativeBase
com.here.sdk.venue.data.VenueGeometry.InternalAddress
Enclosing class:
VenueGeometry

public static final class VenueGeometry.InternalAddress extends NativeBase

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 Details

    • getKey

      @NonNull public String getKey()

      Gets a key of the address.

      Returns:

      The string with the key of the address.

    • getAddress

      @NonNull public String getAddress()

      Gets a value of the address.

      Returns:

      The string with the address.