Preparing search index...
The search index is not available
HarmonyNEXT地图SDK
HarmonyNEXT地图SDK
map
IMapStatusOption
Interface IMapStatusOption
地图显示状态设置
Since
1.0.0
interface
IMapStatusOption
{
center
?:
LatLng
;
zoom
?:
number
;
rotate
?:
number
;
overlook
?:
number
;
}
Index
Properties
center?
zoom?
rotate?
overlook?
Properties
Optional
center
center
?:
LatLng
地图窗口中心点坐标设置
Since
1.0.0
Optional
zoom
zoom
?:
number
地图显示等级设置
Since
1.0.0
Optional
rotate
rotate
?:
number
地图旋转角度设置
Since
1.0.0
Optional
overlook
overlook
?:
number
地图俯仰角设置
Since
1.0.0
Settings
Theme
OS
Light
Dark
On This Page
center
zoom
rotate
overlook
HarmonyNEXT地图SDK
Loading...
地图显示状态设置
Since
1.0.0