Preparing search index...
The search index is not available
Waze Map Editor JavaScript SDK
Waze Map Editor JavaScript SDK
index
SDK
BaseRestrictionAttributes
Interface BaseRestrictionAttributes
interface
BaseRestrictionAttributes
{
defaultType
?:
null
|
RESTRICTION_TYPE
;
description
?:
null
|
string
;
driveProfiles
?:
{
BLOCKED
?:
DriveProfileAttributes
[]
;
DANGEROUS_AREA
?:
DriveProfileAttributes
[]
;
DIFFICULT
?:
DriveProfileAttributes
[]
;
ENTER_ONLY
?:
DriveProfileAttributes
[]
;
FREE
?:
DriveProfileAttributes
[]
;
PENALTY
?:
DriveProfileAttributes
[]
;
TOLL
?:
DriveProfileAttributes
[]
;
}
;
editable
?:
boolean
;
timeFrames
?:
TimeFrameAttributes
[]
;
}
Hierarchy (
View Summary
)
BaseRestrictionAttributes
SegmentRestrictionAttributes
TurnRestrictionAttributes
Index
Properties
default
Type?
description?
drive
Profiles?
editable?
time
Frames?
Properties
Optional
default
Type
defaultType
?:
null
|
RESTRICTION_TYPE
Optional
description
description
?:
null
|
string
Optional
drive
Profiles
driveProfiles
?:
{
BLOCKED
?:
DriveProfileAttributes
[]
;
DANGEROUS_AREA
?:
DriveProfileAttributes
[]
;
DIFFICULT
?:
DriveProfileAttributes
[]
;
ENTER_ONLY
?:
DriveProfileAttributes
[]
;
FREE
?:
DriveProfileAttributes
[]
;
PENALTY
?:
DriveProfileAttributes
[]
;
TOLL
?:
DriveProfileAttributes
[]
;
}
Optional
editable
editable
?:
boolean
Optional
time
Frames
timeFrames
?:
TimeFrameAttributes
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
Type
description
drive
Profiles
editable
time
Frames
Waze Map Editor JavaScript SDK
Loading...