import AltitudeConstraint from "@arcgis/core/views/3d/constraints/AltitudeConstraint.js";const AltitudeConstraint = await $arcgis.import("@arcgis/core/views/3d/constraints/AltitudeConstraint.js");- Inheritance:
- AltitudeConstraint→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
See the properties table for a list of all the
properties that may be passed into the constructor.
Properties
Any properties can be set, retrieved or listened to. See the
Watch for changes
topic.
max
Property
- Type
- number
The maximum allowed camera altitude (in meters). Default is 4 times planet radius.
Methods
| Method | Signature | Class |
|---|---|---|
clone inherited | clone(): this |
clone
inherited Method
- Signature
-
clone (): this
Inherited from: ClonableMixin
Creates a deep clone of this object. Any properties that store values by reference will be assigned copies of the referenced values on the cloned instance.
- Returns
- this
A deep clone of the class instance that invoked this method.