actionNotificationDistanceInMeters property
getter/setter pair
The default distance setting for ManeuverNotificationType.action notification.
| Transport Mode | Timing Profile | Default value |
|---|---|---|
| TransportMode.pedestrian | TimingProfile.fastSpeed | 10 |
| TransportMode.pedestrian | TimingProfile.regularSpeed | 10 |
| TransportMode.pedestrian | TimingProfile.slowSpeed | 10 |
| Others | TimingProfile.fastSpeed | 400 |
| Others | TimingProfile.regularSpeed | 100 |
| Others | TimingProfile.slowSpeed | 50 |
Implementation
int actionNotificationDistanceInMeters;