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