lookAtPointWithGeoOrientationAndMeasure abstract method

void lookAtPointWithGeoOrientationAndMeasure(
  1. GeoCoordinates target,
  2. GeoOrientationUpdate orientation,
  3. MapMeasure zoom
)

Makes the camera look at the geodetic target with the given zoom and orientation.

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 point is ignored. Any subsequent camera updates and animations will consider the target point as being located on the ground.

  • target Geodetic coordinates at which the camera will point.

  • orientation Desired orientation of the camera.

  • zoom The zoom level which can be provided as distance to the target point, scale or zoom level.

Implementation

void lookAtPointWithGeoOrientationAndMeasure(GeoCoordinates target, GeoOrientationUpdate orientation, MapMeasure zoom);