lookAtAreaWithGeoOrientation abstract method

void lookAtAreaWithGeoOrientation(
  1. GeoBox target,
  2. 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.

  • target Geodetic area at which the camera will point

  • orientation Desired orientation of the camera

Implementation

void lookAtAreaWithGeoOrientation(GeoBox target, GeoOrientationUpdate orientation);