Type alias TMiMapViewVenueOptions

TMiMapViewVenueOptions: {
    baseUrl?: string;
    clientId?: string;
    clientSecret?: string;
    emitAnalyticsEvents?: boolean;
    language?: string;
    noAuth?: boolean;
    perspective?: string;
    things?: ThingsOption;
    venue: string;
}

Type declaration

  • Optional baseUrl?: string
  • Optional clientId?: string

    Client ID

  • Optional clientSecret?: string

    Client Secret

  • Optional emitAnalyticsEvents?: boolean
  • Optional language?: string
  • Optional noAuth?: boolean
  • Optional perspective?: string

    Venue Perspective

  • Optional things?: ThingsOption

    An object specifying additional properties to fetch for each data item. Each key represents a data item (e.g., 'locations', 'nodes'), and the value is an array of strings indicating extra properties to be included.

    Example

    For example:

    getVenue({
    venue: 'some-venue',
    things: { vortexes: [ 'material' ]
    }})
  • venue: string

    Venue Slug