EventText constructor

EventText(
  1. TextNotificationType type,
  2. double distanceInMeters,
  3. String text
)

Implementation

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