GeoOrientationUpdate.withGeoOrientation constructor

GeoOrientationUpdate.withGeoOrientation(
  1. GeoOrientation orientation
)

Constructs a new GeoOrientationUpdate instance from a GeoOrientation instance.

  • orientation A GeoOrientation instance used as a source for a GeoOrientationUpdate instance's values.

Implementation

factory GeoOrientationUpdate.withGeoOrientation(GeoOrientation orientation) => $prototype.withGeoOrientation(orientation);