getManeuverNotificationTimingOptionsWithTimingProfile abstract method
- TransportMode transportMode,
- TimingProfile timingProfile
Returns maneuver notification timing options with default values given the combination of transport mode and timing profile.
The return value can be used as the base for configuring maneuver notification timings. Configure the relevant attributes of this object according to your preferences, and then set it by calling setManeuverNotificationTimingOptions function for the same combination of transport mode and timing profile.
-
transportModeThe transport mode of the timing options. -
timingProfileThe timing profile of the timing options.
Returns ManeuverNotificationTimingOptions. The timing options with default values.
Implementation
ManeuverNotificationTimingOptions getManeuverNotificationTimingOptionsWithTimingProfile(TransportMode transportMode, TimingProfile timingProfile);