-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ALocation extends AidlParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classALocation.Builder
-
Constructor Summary
Constructors Constructor Description ALocation(double latitude, double longitude, long time, boolean hasAltitude, double altitude, boolean hasSpeed, float speed, boolean hasBearing, float bearing, boolean hasAccuracy, float accuracy, boolean hasVerticalAccuracy, float verticalAccuracy)ALocation(Parcel in)
-
Method Summary
Modifier and Type Method Description doublegetLatitude()doublegetLongitude()longgetTime()doublegetAltitude()floatgetSpeed()floatgetBearing()floatgetAccuracy()floatgetVerticalAccuracy()booleanhasAltitude()booleanhasSpeed()booleanhasBearing()booleanhasAccuracy()booleanhasVerticalAccuracy()static ALocation.Builderbuilder()-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ALocation
ALocation(double latitude, double longitude, long time, boolean hasAltitude, double altitude, boolean hasSpeed, float speed, boolean hasBearing, float bearing, boolean hasAccuracy, float accuracy, boolean hasVerticalAccuracy, float verticalAccuracy)
-
ALocation
ALocation(Parcel in)
-
-
Method Detail
-
getLatitude
double getLatitude()
-
getLongitude
double getLongitude()
-
getTime
long getTime()
-
getAltitude
double getAltitude()
-
getSpeed
float getSpeed()
-
getBearing
float getBearing()
-
getAccuracy
float getAccuracy()
-
getVerticalAccuracy
float getVerticalAccuracy()
-
hasAltitude
boolean hasAltitude()
-
hasSpeed
boolean hasSpeed()
-
hasBearing
boolean hasBearing()
-
hasAccuracy
boolean hasAccuracy()
-
hasVerticalAccuracy
boolean hasVerticalAccuracy()
-
builder
static ALocation.Builder builder()
-
-
-
-