GeoOrientationUpdate.withGeoOrientation constructor - GeoOrientationUpdate - core library - Dart API
GeoOrientationUpdate.withGeoOrientation
GeoOrientationUpdate.withGeoOrientation constructor
- GeoOrientation orientation
Constructs a new GeoOrientationUpdate instance from a GeoOrientation instance.
orientationA GeoOrientation instance used as a source for a GeoOrientationUpdate instance's values.
Implementation
factory GeoOrientationUpdate.withGeoOrientation(GeoOrientation orientation) => $prototype.withGeoOrientation(orientation);