FileDocCategorySizeDatePackage
GeomagneticField.javaAPI DocAndroid 5.1 API691Sat Mar 14 14:09:34 GMT 2015android.hardware

GeomagneticField.java

package android.hardware;
public class GeomagneticField
{
public  GeomagneticField(float gdLatitudeDeg, float gdLongitudeDeg, float altitudeMeters, long timeMillis) { throw new RuntimeException("Stub!"); }
public  float getX() { throw new RuntimeException("Stub!"); }
public  float getY() { throw new RuntimeException("Stub!"); }
public  float getZ() { throw new RuntimeException("Stub!"); }
public  float getDeclination() { throw new RuntimeException("Stub!"); }
public  float getInclination() { throw new RuntimeException("Stub!"); }
public  float getHorizontalStrength() { throw new RuntimeException("Stub!"); }
public  float getFieldStrength() { throw new RuntimeException("Stub!"); }
}