bearing property - MapMarker3D class - mapview library - Dart API
bearing
bearing property
The bearing of the 3D model in degrees, from the true North in clockwise direction. The bearing axis is perpendicular to the ground and passes through the 3D marker's location. The Z-axis of the model is aligned with bearing axis. Gets the bearing of the 3D model in degrees.
Implementation
double get bearing;
The bearing of the 3D model in degrees, from the true North in clockwise direction. The bearing axis is perpendicular to the ground and passes through the 3D marker's location. The Z-axis of the model is aligned with bearing axis. Sets the bearing of the 3D model in degrees.
Implementation
set bearing(double value);