doubleNotificationDistanceInMeters property
getter/setter pair
The default distance setting for double notification.
| Transport Mode | Timing Profile | Default value |
|---|---|---|
| TransportMode.pedestrian | TimingProfile.fastSpeed | 20 |
| TransportMode.pedestrian | TimingProfile.regularSpeed | 20 |
| TransportMode.pedestrian | TimingProfile.slowSpeed | 20 |
| Others | TimingProfile.fastSpeed | 750 |
| Others | TimingProfile.regularSpeed | 250 |
| Others | TimingProfile.slowSpeed | 150 |
Implementation
int doubleNotificationDistanceInMeters;