timingProfile property

TimingProfile 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:

Note: Custom threshold values can be set, but these timing-profile rules will still apply. Gets the currently configured TimingProfile.

Implementation

TimingProfile get timingProfile;
void timingProfile=(TimingProfile value)

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:

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);