setManeuverNotificationTimingOptionsWithTimingProfile abstract method

bool setManeuverNotificationTimingOptionsWithTimingProfile(
  1. TransportMode transportMode,
  2. TimingProfile timingProfile,
  3. ManeuverNotificationTimingOptions options
)

Set timing option values for the combination of transport mode and timing profile.

  • transportMode The transport mode of the timing options.

  • timingProfile The timing profile of the timing options.

  • options The timing options.

Returns bool. True if set successfully, false when options has invalid value, see ManeuverNotificationTimingOptions for more details about options.

Implementation

bool setManeuverNotificationTimingOptionsWithTimingProfile(TransportMode transportMode, TimingProfile timingProfile, ManeuverNotificationTimingOptions options);