setManeuverNotificationTimingOptionsWithTimingProfile abstract method
- TransportMode transportMode,
- TimingProfile timingProfile,
- ManeuverNotificationTimingOptions options
Set timing option values for the combination of transport mode and timing profile.
-
transportModeThe transport mode of the timing options. -
timingProfileThe timing profile of the timing options. -
optionsThe 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);