Options
All
  • Public
  • Public/Protected
  • All
Menu

A MappedinVenue is a specific place (like a mall) with one or more Maps (typically representing different floors) and Locations (stores, washrooms, elevators, etc).

A Venue can have more properties such as 'name' and 'slug'. The Mappedin 'things' object is where you would specify what properties you want to download for Venues. Only specify what you will actually use, to minmimze transfer time. Work with your Mappedin developer relations contact to set up any custom properties you need.

See below for an example a 'things' object with available Venue properties specified:

things: {
    venue: ['slug', 'name', 'language', 'address', 'city', 'state', 'postal', 'telephone', 'latitude', 'longitude', 'website', 'operationHours'],
    locations: [],
    categories: [],
    maps: []
}

Hierarchy

  • MappedinVenue

Index

Constructors

constructor

Properties

Private #data

#data: any

address

address: string = ''

city

city: string = ''

countrycode

countrycode: string = ''

defaultMap

defaultMap: string = ''

externalId

externalId: string = ''

id

id: string = ''

Optional latitude

latitude: number

Optional logo

logo: TImage

Optional longitude

longitude: number

Optional metadata

metadata: any

name

name: string = ''

Optional operationHours

operationHours: TOpeningHours[]

postal

postal: string = ''

slug

slug: string = ''

state

state: string = ''

telephone

telephone: string = ''

tzid

tzid: string = ''

tzidOverride

tzidOverride: string = ''

utcOffset

utcOffset: string = ''

website

website: string = ''

Methods

toJSON

  • toJSON(): any
  • Returns any

Static fetch

Static hydrate