VDARLocalizationPrior Class Reference
Inherits from | VDARPrior : NSObject |
Declared in | VDARLocalizationPrior.h |
Overview
Represent a geographical position 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 geographical position. Sending this prior will returns all models which are X meters away from the given position. X can be set by using the searchDistance parameter.
Tasks
-
searchDistance
Search radius for the AR Models in meters
property -
latitude
Latitude of the position on earth in WGS84 format, in degree.
property -
longitude
Longitude of the position on earth in WGS84 format, in degree.
property
Properties
latitude
Latitude of the position on earth in WGS84 format, in degree.
@property (nonatomic) float latitude
Discussion
Latitude of the position on earth in WGS84 format, in degree.
See Also
http://en.wikipedia.org/wiki/World_Geodetic_System for description of the reference system. (Standard)
Declared In
VDARLocalizationPrior.h
longitude
Longitude of the position on earth in WGS84 format, in degree.
@property (nonatomic) float longitude
Discussion
Longitude of the position on earth in WGS84 format, in degree.
See Also
http://en.wikipedia.org/wiki/World_Geodetic_System for description of the reference system. (Standard)
Declared In
VDARLocalizationPrior.h