InternalAddress

public class InternalAddress
extension VenueGeometry.InternalAddress: NativeBase
extension VenueGeometry.InternalAddress: Hashable

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.

  • key

    The string with the key of the address.

    Declaration

    Swift

    public var key: String { get }
  • The string with the address.

    Declaration

    Swift

    public var address: String { get }