EventText constructor
- TextNotificationType type,
- double distanceInMeters,
- String text
Implementation
EventText(TextNotificationType type, double distanceInMeters, String text)
: type = type, distanceInMeters = distanceInMeters, text = text, maneuverNotificationDetails = null, spatialNotificationDetails = null;