Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
esri-compat-entry
MapViewConstraintsLike
Interface MapViewConstraintsLike
View constraints such as zoom and scale limits.
interface
MapViewConstraintsLike
{
maxScale
?:
number
;
maxZoom
?:
number
;
minScale
?:
number
;
minZoom
?:
number
;
[
key
:
string
]
:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
max
Scale?
max
Zoom?
min
Scale?
min
Zoom?
Properties
Optional
max
Scale
max
Scale
?:
number
Optional
max
Zoom
max
Zoom
?:
number
Optional
min
Scale
min
Scale
?:
number
Optional
min
Zoom
min
Zoom
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Scale
max
Zoom
min
Scale
min
Zoom
@honua/sdk-js
Loading...
View constraints such as zoom and scale limits.