orbitByWithGeoOrientation method - MapCamera class - mapview library - Dart API
orbitByWithGeoOrientation
orbitByWithGeoOrientation abstract method
- GeoOrientationUpdate delta,
- Point2D origin
Orbits the camera around a specified view point by increasing tilt and bearing by specified delta values.
-
deltaCamera orientation change, containing tilt and bearing angle deltas. -
originPixel point in view coordinates around which orbiting occurs.
Implementation
void orbitByWithGeoOrientation(GeoOrientationUpdate delta, Point2D origin);