Class SpatialTrajectoryData

java.lang.Object
com.here.sdk.navigation.SpatialTrajectoryData

public final class SpatialTrajectoryData extends Object

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 Details

    • azimuthInDegrees

      public double azimuthInDegrees

      The next azimuth value to be set on a spatial audio engine.

    • completedSpatialTrajectory

      public boolean completedSpatialTrajectory

      Indicates 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