RGLMeasureSystem

This page covers the description of the RGLMeasureSystem enumeration

The constants of RGLMeasureSystem enumeration identify the system for measuring distances and weight.

public class RGLMeasureSystem {
    public static final int METRIC = 0;
    public static final int IMPERIAL = 1;
}

Last updated