WarningOptions constructor
- SafetyCameraWarningOptions safetyCameraWarningOptions,
- TruckRestrictionsWarningOptions truckRestrictionsWarningOptions,
- RoadSignWarningOptions roadSignWarningOptions,
- RealisticViewWarningOptions realisticViewWarningOptions,
- SchoolZoneWarningOptions schoolZoneWarningOptions,
- BorderCrossingWarningOptions borderCrossingWarningOptions,
- TrafficMergeWarningOptions trafficMergeWarningOptions,
- LaneDecreaseWarningOptions laneDecreaseWarningOptions,
Creates a new instance.
safetyCameraWarningOptionsSafety camera warning options. Set the options in order to enable them.truckRestrictionsWarningOptionsTruck restrictions warning options.roadSignWarningOptionsA struct that provides road sign warning options. Set the options for filtering of road sign notifications.realisticViewWarningOptionsRealistic view warning options. Set the options for filtering the realistic view notifications and setting the realistic view notification distances based on the road type.schoolZoneWarningOptionsSchool zone warning options. Set the options for configuring of school zone notifications.borderCrossingWarningOptionsBorder crossing warning options.trafficMergeWarningOptionsA struct that provides traffic merge warning options. Set the options for filtering the traffic merge notifications.laneDecreaseWarningOptionsA struct that provides lane decrease warning options. Set the options for filtering the lane decrease notifications.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
Implementation
WarningOptions(this.safetyCameraWarningOptions, this.truckRestrictionsWarningOptions, this.roadSignWarningOptions, this.realisticViewWarningOptions, this.schoolZoneWarningOptions, this.borderCrossingWarningOptions, this.trafficMergeWarningOptions, this.laneDecreaseWarningOptions);