sourceType property
Retrieves the method used to obtain the position data.
Returns
- The data source type.
Implementation
DataSourceType get sourceType {
final OperationResult resultString = staticMethod(
'PositionService',
'getSourceType',
);
return DataSourceTypeExtension.fromId(resultString['result']);
}