Preparing search index...
The search index is not available
dabeeomaps
dabeeomaps
model/map/INaviList
INaviList
Interface INaviList
interface
INaviList
{
buildingId
?:
string
;
direction
:
DIRECTION_TYPE
;
distance
:
undefined
|
number
;
floorId
:
string
;
move
:
(
(
map
)
=>
Promise
<
void
>
)
;
poi
:
IPoi
;
position
:
null
|
IPosition
;
transportation
:
TRANSPORTATION_RESULT_TYPE
;
}
Index
Properties
building
Id?
direction
distance
floor
Id
move
poi
position
transportation
Properties
Optional
building
Id
building
Id
?:
string
건물 id
direction
direction
:
DIRECTION_TYPE
이동방향
distance
distance
:
undefined
|
number
이동거리
floor
Id
floor
Id
:
string
네비게이션 지점의 층 ID
move
move
:
(
(
map
)
=>
Promise
<
void
>
)
네비게이션 지점으로 카메라를 움직이는 함수
Type declaration
(
map
)
:
Promise
<
void
>
Parameters
map
:
any
Returns
Promise
<
void
>
poi
poi
:
IPoi
poi 데이터
position
position
:
null
|
IPosition
좌표 x,y,z
transportation
transportation
:
TRANSPORTATION_RESULT_TYPE
이동수단
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
building
Id
direction
distance
floor
Id
move
poi
position
transportation
dabeeomaps
Loading...
건물 id