Class MegaLocalizationResponse
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Response to Mega positioning request.
public class MegaLocalizationResponse
- Inheritance
-
MegaLocalizationResponse
Fields
Blocks
Located block information. When a block is located, there will only be one piece of data in the list. There is no corresponding relationship between the position and state of the objects in the scene when the event occurs and the data in the event.
public List<MegaBlockController.BlockInfo> Blocks
ErrorMessage
Error message.
public Optional<string> ErrorMessage
ExtraInfo
public string ExtraInfo
ServerCalculationDuration
Server internal computation time (seconds).
public Optional<double> ServerCalculationDuration
ServerResponseDuration
Server response time (seconds).
public Optional<double> ServerResponseDuration
SpotVersionId
Location version ID. Available only when Landmark is enabled.
public Optional<string> SpotVersionId
Status
Positioning status.
public MegaTrackerLocalizationStatus Status
Timestamp
Timestamp when the request was sent.
public double Timestamp