referencePoint property
Gets the traffic event reference point
Returns
- The reference point
Throws
- An exception if it fails.
Implementation
Coordinates get referencePoint {
final OperationResult resultString = objectMethod(
_pointerId,
'TrafficEvent',
'getReferencePoint',
);
return Coordinates.fromJson(resultString['result']);
}