GeoOrientationUpdate constructor - GeoOrientationUpdate - core library - Dart API
GeoOrientationUpdate
GeoOrientationUpdate constructor
- double? bearing,
- double? tilt
-
bearingBearing in degrees. When the passed value isnullbearing is not updated and the current value is kept. NaN value is converted tonull. -
tiltTilt in degrees. When the passed value isnulltilt is not updated and the current value is kept. NaN value is converted tonull.
Implementation
factory GeoOrientationUpdate(double? bearing, double? tilt) => $prototype.$init(bearing, tilt);