impactZone property
Gets the traffic event impact zone
Returns
- The impact zone type
Throws
- An exception if it fails.
Implementation
TrafficEventImpactZone get impactZone {
final OperationResult resultString = objectMethod(
_pointerId,
'TrafficEvent',
'getImpactZone',
);
return TrafficEventImpactZoneExtension.fromId(resultString['result']);
}