AbstractconstructorRest...args: [_properties?: unknown]The maximum scale the user is allowed to zoom to within the view. Setting this value to 0 allows the user to over-zoom layer tiles.
The minimum scale the user is allowed to zoom to within the view.
The parent settings that these settings will inherit from.
Indicates whether the user can rotate the map. The default is true.
When true, the view snaps to the next LOD when zooming in or out. When false, the zoom is continuous. The default is false.
Properties on the view that get constrained when it is synchronized with another map.
Protected_getGets the value for a setting that represents a collection.
The setting name.
Protected_getProtected_getThe property keys and their metadata that are used to implement serializing and deserializing the class instance.
Protected_getGets the value for a setting.
The setting name.
OptionaldefaultValue: MapConstraints[K]The default value if the setting is not explicitly set.
Protected_hasDetermines whether the specified setting has been modified locally or by any parent of the current settings instance.
The setting to check.
Protected_setSets the parent settings that these settings will inherit from.
The parent settings to inherit from.
Protected_setSets the value for a setting. This will override any inherited value for the setting.
The setting name.
The setting value.
Protected_toConverts the value to a PropertyDef object.
The value to convert.
Returns the serializable properties.
Optional. If specified, only properties that support the given serialization mode will be returned.
Determines whether the settings have been locally modified in any way.
Determines whether the specified setting has been locally modified, and is thus overriding any inherited value.
The setting to check.
Removes all local overrides, resetting all settings to their inherited values, if any.
Removes a local override for a setting and resets it to its inherited value, if any.
The setting to reset.
Settings that pertain to map constraints.