lookAtPointWithGeoOrientationAndMeasure abstract method
- GeoCoordinates target,
- GeoOrientationUpdate orientation,
- 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.
-
targetGeodetic coordinates at which the camera will point. -
orientationDesired orientation of the camera. -
zoomThe 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);