getManeuverNotificationTimingOptionsWithTimingProfile abstract method

ManeuverNotificationTimingOptions getManeuverNotificationTimingOptionsWithTimingProfile(
  1. TransportMode transportMode,
  2. 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.

  • transportMode The transport mode of the timing options.

  • timingProfile The timing profile of the timing options.

Returns ManeuverNotificationTimingOptions. The timing options with default values.

Implementation

ManeuverNotificationTimingOptions getManeuverNotificationTimingOptionsWithTimingProfile(TransportMode transportMode, TimingProfile timingProfile);