FileDocCategorySizeDatePackage
Location.javaAPI DocAndroid 5.1 API3796Sat Mar 14 14:09:42 GMT 2015android.location

Location

public class Location extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
FORMAT_DEGREES
public static final int
FORMAT_MINUTES
public static final int
FORMAT_SECONDS
Constructors Summary
public Location(String provider)

 throw new RuntimeException("Stub!"); 
public Location(Location l)

 throw new RuntimeException("Stub!"); 
Methods Summary
public floatbearingTo(android.location.Location dest)

 throw new RuntimeException("Stub!"); 
public static java.lang.Stringconvert(double coordinate, int outputType)

 throw new RuntimeException("Stub!"); 
public static doubleconvert(java.lang.String coordinate)

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public static voiddistanceBetween(double startLatitude, double startLongitude, double endLatitude, double endLongitude, float[] results)

 throw new RuntimeException("Stub!"); 
public floatdistanceTo(android.location.Location dest)

 throw new RuntimeException("Stub!"); 
public voiddump(android.util.Printer pw, java.lang.String prefix)

 throw new RuntimeException("Stub!"); 
public floatgetAccuracy()

 throw new RuntimeException("Stub!"); 
public doublegetAltitude()

 throw new RuntimeException("Stub!"); 
public floatgetBearing()

 throw new RuntimeException("Stub!"); 
public longgetElapsedRealtimeNanos()

 throw new RuntimeException("Stub!"); 
public android.os.BundlegetExtras()

 throw new RuntimeException("Stub!"); 
public doublegetLatitude()

 throw new RuntimeException("Stub!"); 
public doublegetLongitude()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetProvider()

 throw new RuntimeException("Stub!"); 
public floatgetSpeed()

 throw new RuntimeException("Stub!"); 
public longgetTime()

 throw new RuntimeException("Stub!"); 
public booleanhasAccuracy()

 throw new RuntimeException("Stub!"); 
public booleanhasAltitude()

 throw new RuntimeException("Stub!"); 
public booleanhasBearing()

 throw new RuntimeException("Stub!"); 
public booleanhasSpeed()

 throw new RuntimeException("Stub!"); 
public booleanisFromMockProvider()

 throw new RuntimeException("Stub!"); 
public voidremoveAccuracy()

 throw new RuntimeException("Stub!"); 
public voidremoveAltitude()

 throw new RuntimeException("Stub!"); 
public voidremoveBearing()

 throw new RuntimeException("Stub!"); 
public voidremoveSpeed()

 throw new RuntimeException("Stub!"); 
public voidreset()

 throw new RuntimeException("Stub!"); 
public voidset(android.location.Location l)

 throw new RuntimeException("Stub!"); 
public voidsetAccuracy(float accuracy)

 throw new RuntimeException("Stub!"); 
public voidsetAltitude(double altitude)

 throw new RuntimeException("Stub!"); 
public voidsetBearing(float bearing)

 throw new RuntimeException("Stub!"); 
public voidsetElapsedRealtimeNanos(long time)

 throw new RuntimeException("Stub!"); 
public voidsetExtras(android.os.Bundle extras)

 throw new RuntimeException("Stub!"); 
public voidsetLatitude(double latitude)

 throw new RuntimeException("Stub!"); 
public voidsetLongitude(double longitude)

 throw new RuntimeException("Stub!"); 
public voidsetProvider(java.lang.String provider)

 throw new RuntimeException("Stub!"); 
public voidsetSpeed(float speed)

 throw new RuntimeException("Stub!"); 
public voidsetTime(long time)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel parcel, int flags)

 throw new RuntimeException("Stub!");