timingProfile property
The timing profile that defines when navigation warnings should be triggered. Configures the base notification thresholds used for delivering navigation warnings. The effective thresholds depend on the selected TimingProfile and may adjust automatically according to the current speed limit:
- For TimingProfile.fastSpeed, thresholds apply when the current speed limit is above 100 km/h (62 mph).
- For TimingProfile.regularSpeed, thresholds apply when the current speed limit is above 60 km/h (37 mph).
- For TimingProfile.slowSpeed, thresholds apply when the current speed limit is 60 km/h (37 mph) or below.
Note: Custom threshold values can be set, but these timing-profile rules will still apply. Gets the currently configured TimingProfile.
Implementation
TimingProfile get timingProfile;
The timing profile that defines when navigation warnings should be triggered. Configures the base notification thresholds used for delivering navigation warnings. The effective thresholds depend on the selected TimingProfile and may adjust automatically according to the current speed limit:
- For TimingProfile.fastSpeed, thresholds apply when the current speed limit is above 100 km/h (62 mph).
- For TimingProfile.regularSpeed, thresholds apply when the current speed limit is above 60 km/h (37 mph).
- For TimingProfile.slowSpeed, thresholds apply when the current speed limit is 60 km/h (37 mph) or below.
Note: Custom threshold values can be set, but these timing-profile rules will still apply. Sets the TimingProfile of the current position.
Implementation
set timingProfile(TimingProfile value);