Preparing search index...
The search index is not available
Waze Map Editor JavaScript SDK
Waze Map Editor JavaScript SDK
index
SDK
AdvancedFeatureStyle
Interface AdvancedFeatureStyle<F>
interface
AdvancedFeatureStyle
<
F
extends
WazeFeature
=
WazeFeature
>
{
context
?:
Record
<
string
,
(
context
:
WazeStyleContext
<
F
>
)
=>
undefined
|
string
|
number
,
>
;
rules
?:
WazeStyleRule
<
F
>
[]
;
style
?:
FeatureStyle
;
}
Type Parameters
F
extends
WazeFeature
=
WazeFeature
Index
Properties
context?
rules?
style?
Properties
Optional
context
context
?:
Record
<
string
,
(
context
:
WazeStyleContext
<
F
>
)
=>
undefined
|
string
|
number
,
>
Optional
rules
rules
?:
WazeStyleRule
<
F
>
[]
Optional
style
style
?:
FeatureStyle
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
rules
style
Waze Map Editor JavaScript SDK
Loading...