Class Venue

Hierarchy (view full)

Constructors

Properties

address: string

Address of the venue

foursquareId?: string

Foursquare identifier of the venue

foursquareType?: string

Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)

googlePlaceId?: string

Google Places identifier of the venue

googlePlaceType?: string

Google Places type of the venue. (See supported types.)

location: Location

Venue location. Can't be a live location

title: string

Name of the venue

Accessors

Methods

  • Protected

    Patches the current instance with new data

    Parameters

    • data: Record<string, any>

      The data to patch the instance with

    Returns Record<string, any>

    The patched data

  • Protected

    Updates the current instance with new data and returns a clone of the updated instance

    Parameters

    • data: Record<string, any>

      The data to update the instance with

    Returns Base

    A clone of the updated instance