longitudeDeg property
Get the longitude coordinates of the event.
Returns
The longitude coordinates of the event.
Throws
- An exception if it fails.
Implementation
double get longitudeDeg {
final OperationResult resultString = objectMethod(
_pointerId,
'MappedDrivingEvent',
'getLongitudeDeg',
);
return resultString['result'];
}