Viewpoint.withPointScaleCamera constructor
- required ArcGISPoint center,
- required double scale,
- required Camera camera,
Creates a viewpoint with center point, scale, and Camera.
Parameters:
center— The center of the visible area.scale— The ratio between a distance on the map and the corresponding distance on the ground.camera— A Camera object that defines the observer for the scene.