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