Home > @magiclane/maps-sdk > SenseDataFactory > produceOrientation
SenseDataFactory.produceOrientation() method
Creates a new Orientation instance
Signature:
static produceOrientation(orientation?: OrientationType, face?: FaceType, acquisitionTime?: Date): Orientation;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
orientation |
(Optional) Orientation type | |
|
face |
(Optional) Face type | |
|
acquisitionTime |
Date |
(Optional) Time of data acquisition |
Returns:
Orientation