Preparing search index...
The search index is not available
HarmonyNEXT地图SDK
HarmonyNEXT地图SDK
map
IViewportOption
Interface IViewportOption
视野参数
Since
1.1.0
interface
IViewportOption
{
margins
?:
[
number
,
number
,
number
,
number
]
;
zoomFactor
?:
number
;
isAnimate
?:
boolean
;
animationTime
?:
number
;
}
Index
Properties
margins?
zoom
Factor?
is
Animate?
animation
Time?
Properties
Optional
margins
margins
?:
[
number
,
number
,
number
,
number
]
地图视野指定的边距[bottom,left,top,right]
Since
1.1.0
Optional
zoom
Factor
zoom
Factor
?:
number
缩放等级增量
Since
1.1.0
Optional
is
Animate
is
Animate
?:
boolean
是否启用动画
Since
1.1.0
Optional
animation
Time
animation
Time
?:
number
动画时长
Since
1.1.0
Settings
Theme
OS
Light
Dark
On This Page
margins
zoom
Factor
is
Animate
animation
Time
HarmonyNEXT地图SDK
Loading...
视野参数
Since
1.1.0