Interactive element containing a venue

Hierarchy

  • StoryInteractiveArea
    • StoryInteractiveVenue

Constructors

Properties

type: "venue" = ...

Accessors

  • get address(): string
  • Venue address

    Returns string

  • get height(): number
  • Height of the area

    Returns number

  • get location(): Location
  • Geolocation of the venue

    Returns Location

  • get rotation(): number
  • Rotation of the area

    Returns number

  • get source(): null | VenueSource
  • When available, source from where this venue was acquired

    Returns null | VenueSource

  • get title(): string
  • Venue name

    Returns string

  • get width(): number
  • Width of the area

    Returns number

  • get x(): number
  • X coordinate of the top-left corner of the area

    Returns number

  • get y(): number
  • Y coordinate of the top-left corner of the area

    Returns number