initialViewpoint

The initial viewpoint when the map or scene is first displayed. The initial viewpoint value is available when the map or scene is loaded. If you want to change the initial viewpoint, you can do this before you add the map or scene to a GeoView. At this point, the GeoView's viewpoint is set to this initial viewpoint. Any subsequent changes to the GeoModel.initialViewpoint are ignored.

If you want to change the viewpoint of a displayed map or scene, use methods such as:

  • GeoView.setViewpoint(Viewpoint) for instantly changing the visible area with no animation.

  • SceneView.setViewpointCamera(Camera) for instantly moving the perspective in 3D scenes.

  • MapView.setViewpoint(Viewpoint, Float, AnimationCurve) for smooth animated viewpoint changes in 2D maps.

Since

200.1.0