DrivingEvent constructor
DrivingEvent(
- PolylinePosition polylinePosition,
- String eventId,
- String? descriptionText,
- List<
RoadEventsEventTag> tags, - Point location,
- double? speedLimit,
Implementation
factory DrivingEvent(
mapkit_geometry_geometry.PolylinePosition polylinePosition,
core.String eventId,
core.String? descriptionText,
core.List<mapkit_road_events_event_tag.RoadEventsEventTag> tags,
mapkit_geometry_point.Point location,
core.double? speedLimit) =>
DrivingEventImpl(polylinePosition, eventId, descriptionText, tags,
location, speedLimit);