orbitByWithGeoOrientation abstract method

void orbitByWithGeoOrientation(
  1. GeoOrientationUpdate delta,
  2. Point2D origin
)

Orbits the camera around a specified view point by increasing tilt and bearing by specified delta values.

  • delta Camera orientation change, containing tilt and bearing angle deltas.

  • origin Pixel point in view coordinates around which orbiting occurs.

Implementation

void orbitByWithGeoOrientation(GeoOrientationUpdate delta, Point2D origin);