Preparing search index...
The search index is not available
dabeeomaps
dabeeomaps
model/map/INaviOptions
INaviOptions
Interface INaviOptions
interface
INaviOptions
{
defaultLineOption
?:
INaviLineOptions
;
destination
?:
{
lineOptions
?:
INaviLineOptions
;
markerOptions
?:
Partial
<
INaviMarkerOptions
>
;
}
;
lineDivide
?:
boolean
;
lineHeight
?:
number
;
origin
?:
{
markerOptions
?:
Partial
<
INaviMarkerOptions
>
;
}
;
wayPoints
?:
{
lineOptions
?:
INaviLineOptions
;
markerOptions
?:
Partial
<
INaviMarkerOptions
>
;
}
[]
;
[
index
:
string
]
:
any
;
}
Indexable
[
index:
string
]:
any
Index
Properties
default
Line
Option?
destination?
line
Divide?
line
Height?
origin?
way
Points?
Properties
Optional
default
Line
Option
default
Line
Option
?:
INaviLineOptions
선 기본 스타일 옵션
Optional
destination
destination
?:
{
lineOptions
?:
INaviLineOptions
;
markerOptions
?:
Partial
<
INaviMarkerOptions
>
;
}
도착지 아이콘
Type declaration
Optional
line
Options
?:
INaviLineOptions
Optional
marker
Options
?:
Partial
<
INaviMarkerOptions
>
Optional
line
Divide
line
Divide
?:
boolean
선 분할여부 결정
Default
false
Copy
Optional
line
Height
line
Height
?:
number
경로가 그려질 높이
Optional
origin
origin
?:
{
markerOptions
?:
Partial
<
INaviMarkerOptions
>
;
}
시작지 아이콘 옵션
Type declaration
Optional
marker
Options
?:
Partial
<
INaviMarkerOptions
>
Optional
way
Points
way
Points
?:
{
lineOptions
?:
INaviLineOptions
;
markerOptions
?:
Partial
<
INaviMarkerOptions
>
;
}
[]
경유지 아이콘
Type declaration
Optional
line
Options
?:
INaviLineOptions
Optional
marker
Options
?:
Partial
<
INaviMarkerOptions
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
default
Line
Option
destination
line
Divide
line
Height
origin
way
Points
dabeeomaps
Loading...
선 기본 스타일 옵션