Package com.mapfactor.sdk.utils
Interface Units
public interface Units
MapFactor SDK Units module
- Since:
 - 1.0
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionReturn currently selected unit systemvoidsetCurrentUnitSystem(Units.UnitSystem unitSystem) Set new unit system 
- 
Method Details
- 
getCurrentUnitSystem
Return currently selected unit system- Returns:
 - current unit system
 - Since:
 - 1.0
 
 - 
setCurrentUnitSystem
Set new unit system- Parameters:
 unitSystem- unit system- Since:
 - 1.0
 
 
 -