reminderNotificationDistanceInMeters property
getter/setter pair
The default distance setting for ManeuverNotificationType.reminder notification.
| Transport Mode | Timing Profile | Default value |
|---|---|---|
| TransportMode.pedestrian | TimingProfile.fastSpeed | 500 |
| TransportMode.pedestrian | TimingProfile.regularSpeed | 500 |
| TransportMode.pedestrian | TimingProfile.slowSpeed | 500 |
| Others | TimingProfile.fastSpeed | 2300 |
| Others | TimingProfile.regularSpeed | 800 |
| Others | TimingProfile.slowSpeed | 600 |
Implementation
int reminderNotificationDistanceInMeters;