rangeNotificationDistanceInMeters property

int rangeNotificationDistanceInMeters
getter/setter pair

The default distance setting for ManeuverNotificationType.range notification. A configuration value of 0 is only allowed for ManeuverNotificationTimingOptions.rangeNotificationDistanceInMeters and ManeuverNotificationTimingOptions.rangeNotificationTimeInSeconds. It means that the maneuver notifications of type ManeuverNotificationType.range should be generated as soon as the maneuver location is known - no matter how far away it may be.

Transport Mode Timing Profile Default value
TransportMode.pedestrian TimingProfile.fastSpeed 0
TransportMode.pedestrian TimingProfile.regularSpeed 0
TransportMode.pedestrian TimingProfile.slowSpeed 0
Others TimingProfile.fastSpeed 0
Others TimingProfile.regularSpeed 0
Others TimingProfile.slowSpeed 0

Implementation

int rangeNotificationDistanceInMeters;