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