SpatialTrajectoryData (API Reference)
Package com.here.sdk.navigation
Class SpatialTrajectoryData
java.lang.Object
com.here.sdk.navigation.SpatialTrajectoryData
This struct provides all the information regarding an angular panning element, including the panning angle and whether or not it is the last element on the spatial audio trajectory.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleThe next azimuth value to be set on a spatial audio engine.booleanIndicates whether is the last element of the current spatial audio trajectory or not. -
Constructor Summary
ConstructorsConstructorDescriptionSpatialTrajectoryData(double azimuthInDegrees, boolean completedSpatialTrajectory) Creates a new instance. -
Method Summary
-
Field Details
-
azimuthInDegrees
public double azimuthInDegreesThe next azimuth value to be set on a spatial audio engine.
-
completedSpatialTrajectory
public boolean completedSpatialTrajectoryIndicates whether is the last element of the current spatial audio trajectory or not.
-
-
Constructor Details
-
SpatialTrajectoryData
public SpatialTrajectoryData(double azimuthInDegrees, boolean completedSpatialTrajectory) Creates a new instance.
- Parameters:
azimuthInDegrees-The next azimuth value to be set on a spatial audio engine.
completedSpatialTrajectory-Indicates whether is the last element of the current spatial audio trajectory or not.
-
-
Method Details