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
-
searchDistanceSearch radius for the AR Models in meters
property -
latitudeLatitude of the position on earth in WGS84 format, in degree.
property -
longitudeLongitude 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 latitudeDiscussion
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.hlongitude
Longitude of the position on earth in WGS84 format, in degree.
@property (nonatomic) float longitudeDiscussion
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