Inherits from VDARPrior : NSObject
Declared in VDARTourPrior.h

Overview

Represent a tour prior information needed for model fetching requests. When a request is sent to Vidinoti AR servers to fetch multiple models, one can specify under which condition a model should be returned. Such a condition can be, in that case, a tour ID. Sending this prior will returns all models belonging to the given tour.

Tasks

Properties

tourID

The ID of the tour

@property (nonatomic) int tourID

Discussion

The ID of the tour

Declared In

VDARTourPrior.h

Class Methods

tourWithID:

Create and initalize a new tour prior with the given ID

+ (VDARTourPrior *)tourWithID:(int)tourID

Parameters

tourID

the tour ID

Return Value

The newly created instance of the tour prior

Discussion

Create and initalize a new tour prior with the given ID

Declared In

VDARTourPrior.h