GeoOrientation (API Reference)
Package com.here.sdk.core
Class GeoOrientation
java.lang.Object
com.here.sdk.core.GeoOrientation
Geodetic orientation with bearing, tilt and roll.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bearing
public final double bearingBearing in degrees, from the true North in clockwise direction. Bearing axis is perpendicular to the ground and passes through the target coordinate.
-
tilt
public final double tiltTilt in degrees. Tilt axis is parallel to the ground and passes through the target coordinate.
-
-
Constructor Details
-
GeoOrientation
public GeoOrientation(double bearing, double tilt) - Parameters:
bearing-Bearing in degrees. NaN value is converted to 0.0.
tilt-Tilt in degrees. NaN value is converted to 0.0.
-
-
Method Details