lookAtAreaWithGeoOrientation method - MapCamera class - mapview library - Dart API
lookAtAreaWithGeoOrientation
lookAtAreaWithGeoOrientation abstract method
- GeoBox target,
- GeoOrientationUpdate orientation
Makes the camera look at the specified geodetic area.
The supplied orientation is the orientation of the camera looking at the target, so the resulting camera state will have the same orientation as the one supplied to this method.
The altitude of the target points is ignored.
-
targetGeodetic area at which the camera will point -
orientationDesired orientation of the camera
Implementation
void lookAtAreaWithGeoOrientation(GeoBox target, GeoOrientationUpdate orientation);