Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
runtime
HonuaMapPackageInitialView
Interface HonuaMapPackageInitialView
Initial camera / extent for the composed map.
interface
HonuaMapPackageInitialView
{
bbox
?:
readonly
[
number
,
number
,
number
,
number
]
;
bearing
?:
number
;
center
?:
readonly
[
number
,
number
]
;
crs
?:
string
;
pitch
?:
number
;
zoom
?:
number
;
}
Index
Properties
bbox?
bearing?
center?
crs?
pitch?
zoom?
Properties
Optional
bbox
bbox
?:
readonly
[
number
,
number
,
number
,
number
]
Optional
bearing
bearing
?:
number
Optional
center
center
?:
readonly
[
number
,
number
]
Optional
crs
crs
?:
string
Optional
pitch
pitch
?:
number
Optional
zoom
zoom
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bbox
bearing
center
crs
pitch
zoom
@honua/sdk-js
Loading...
Initial camera / extent for the composed map.