VDARPrior Class Reference
Inherits from | NSObject |
Declared in | VDARPrior.h |
Overview
Represent a 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. Conditions could be for exemple a tag (i.e. a category of models), or a geographical position. This class serves as a basis for those conditions.
Warning: This class should never been used “as-is” and should be sub-classed. See VDARLocalizationPrior or VDARTagPrior for subclasses.
Tasks
-
+ priorFromDictionary:
Use the dictionary values to create a new valid VDARPrior instance with the correct values.
Class Methods
priorFromDictionary:
Use the dictionary values to create a new valid VDARPrior instance with the correct values.
+ (VDARPrior *)priorFromDictionary:(NSDictionary *)d
Parameters
- d
The dictionary to take the values from
Return Value
The new VDARPrior instance or nil if the dictionary was invalid.
Availability
Version 1.0.1beta r131
Discussion
Use the dictionary values to create a new valid VDARPrior instance with the correct values.
Declared In
VDARPrior.h